Skip to content

Commit

Permalink
chore: upgrade to node@20
Browse files Browse the repository at this point in the history
  • Loading branch information
ruicsh committed Oct 25, 2023
1 parent 106f0b2 commit cce1d14
Show file tree
Hide file tree
Showing 4 changed files with 328 additions and 309 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: "0"
- uses: actions/setup-node@main
with:
node-version: 18
node-version: 20
- uses: actions/cache@main
with:
path: node_modules
Expand All @@ -56,7 +56,7 @@ jobs:
fetch-depth: "0"
- uses: actions/setup-node@main
with:
node-version: 18
node-version: 20
registry-url: https://registry.npmjs.org/
- uses: actions/cache@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.18.2
20.9.0
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
},
"devDependencies": {
"@tuplo/shell": "1.2.0",
"@types/node": "20.8.6",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
"@types/node": "20.8.8",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@vitest/coverage-v8": "0.34.6",
"create-cert": "1.0.6",
"esbuild": "0.19.4",
"eslint": "8.51.0",
"esbuild": "0.19.5",
"eslint": "8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-import": "2.29.0",
"nyc": "15.1.0",
"prettier": "3.0.3",
"tsx": "3.13.0",
"tsx": "3.14.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
}
Expand Down
Loading

0 comments on commit cce1d14

Please sign in to comment.