Skip to content

Commit

Permalink
Merge pull request #790 from NUTFes/auto-build-version-up
Browse files Browse the repository at this point in the history
[github actionsのワークフロー修正]nodeのバージョンアップ
  • Loading branch information
Kubosaka authored Jun 20, 2024
2 parents babcca2 + 8180a8f commit 77a479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
cache: npm
cache-dependency-path: view/next-project/package-lock.json
- name: npm install
Expand Down

0 comments on commit 77a479d

Please sign in to comment.