Skip to content

Commit

Permalink
ci: update node ver
Browse files Browse the repository at this point in the history
  • Loading branch information
hyesungoh committed May 10, 2024
1 parent cf6bd2a commit 7325f80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-static-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '20'
cache: 'yarn'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
"node": ">=18.0.0"
},
"packageManager": "yarn@1.22.17",
"devDependencies": {
Expand Down

0 comments on commit 7325f80

Please sign in to comment.