chore(deps): update dependency @book000/eslint-config to v1.7.77 #2411
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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-pnpm.yml@master |