Skip to content

Commit

Permalink
Run tests on Node 20 (requires pnpm 8) (#267)
Browse files Browse the repository at this point in the history
  • Loading branch information
thgh authored Sep 29, 2023
1 parent ce271c3 commit 6caf939
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
node-version: [16, 18]
node-version: [16, 18, 20]

name: Node ${{ matrix.node-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@
]
}
},
"packageManager": "pnpm@7.24.3"
"packageManager": "pnpm@8.8.0"
}
8 changes: 4 additions & 4 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 6caf939

Please sign in to comment.