Skip to content

Commit

Permalink
[fix] github actions update Node.js version to 18.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YosukeIida committed Jun 26, 2024
1 parent f64d7c2 commit 2ddf60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-node@v3 # node.js 16を使用
- uses: actions/setup-node@v3 # node.js 18.17.0を使用
with:
node-version: 16
node-version: 18.17.0
cache: npm
cache-dependency-path: frontend/package-lock.json

Expand Down

0 comments on commit 2ddf60b

Please sign in to comment.