Skip to content

fix: Right operand of ?? is unreachable because the left operand is never nullish [TS2869] #1167

fix: Right operand of ?? is unreachable because the left operand is never nullish [TS2869]

fix: Right operand of ?? is unreachable because the left operand is never nullish [TS2869] #1167

Workflow file for this run

# Node.js でビルド・テストを実行する。バージョンは .node-version に記載されているものを利用する
name: Node CI
on:
push:
branches:
- main
- master
pull_request:
branches:
- main
- master
jobs:
node-ci:
name: Node CI
uses: book000/templates/.github/workflows/reusable-nodejs-ci.yml@master