Skip to content

Commit 0073745

Browse files
committed
Update CI to drop Node 14, add Node 20, use pnpm 8.
1 parent 2286f07 commit 0073745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: ["14", "16", "18"]
12+
node: ["16", "18", "20"]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Setup pnpm
1616
uses: pnpm/action-setup@v2
1717
with:
18-
version: 7
18+
version: 8
1919
- uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)