Skip to content

Commit

Permalink
GitHub Actionsのnodeバージョンを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
sinho-lee committed Nov 14, 2023
1 parent c2da102 commit c528866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '20.9.0'

# Cache '.npm' to speed up clean-install when package-lock.json is updated.
# Loosened up the restore-keys a bit, as it doesn't have to match the contents of package-lock.json exactly.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '18.15.0'
node-version: '20.9.0'

# Cache '.npm' to speed up clean-install when package-lock.json is updated.
# Loosened up the restore-keys a bit, as it doesn't have to match the contents of package-lock.json exactly.
Expand Down

0 comments on commit c528866

Please sign in to comment.