This repository has been archived by the owner on Apr 27, 2024. It is now read-only.
chore(deps): update dependency eslint to v9 #1482
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.yml@master |