Skip to content

Commit

Permalink
chore(ci): test node@20 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 18, 2023
1 parent 33134c8 commit 400fd6f
Show file tree
Hide file tree
Showing 3 changed files with 1,197 additions and 821 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
node: [18, 19]
node: [18, 20]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier": "2.8.1",
"typescript": "4.9.4"
},
"packageManager": "pnpm@7.22.0",
"packageManager": "pnpm@8.6.12",
"engines": {
"node": ">=18"
}
Expand Down

0 comments on commit 400fd6f

Please sign in to comment.