Skip to content

Commit

Permalink
chore: use Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Nov 19, 2023
1 parent 94a229c commit 83683e7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-repo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
cache: pnpm
registry-url: 'https://registry.npmjs.org'
- run: pnpm i --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vitest": ">=0.28.5"
},
"devDependencies": {
"@types/node": "^18.18.10",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
Expand Down
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 83683e7

Please sign in to comment.