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 4d12a2f commit 7ff3dd0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
cache: pnpm
- name: Install deps
run: pnpm install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
cache: pnpm
- name: Install deps
run: pnpm install
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- name: setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
node-version: '20.x'
cache: pnpm
- name: Install deps
run: pnpm install
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@playwright/test": "^1.40.0",
"@types/cross-spawn": "^6.0.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.18.10",
"@types/node": "^20.9.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"fs-extra": "^11.1.1",
Expand Down

0 comments on commit 7ff3dd0

Please sign in to comment.