Skip to content

Commit

Permalink
chore: GitHub Actionsの実行環境をNode v20に
Browse files Browse the repository at this point in the history
  • Loading branch information
stepney141 committed Dec 10, 2023
1 parent 3d32bca commit 5f92264
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20
cache: "npm"

- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -39,5 +39,8 @@
"type-check": "tsc --pretty --noEmit",
"lint-fix": "prettier --write . && eslint . --fix",
"exec": "node -r esbuild-register"
},
"volta": {
"node": "20.10.0"
}
}

0 comments on commit 5f92264

Please sign in to comment.