Skip to content

Commit 80e6f4a

Browse files
committed
Add Node 21 to CI
1 parent ee87e21 commit 80e6f4a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
version: latest
3636
- run: pnpm i
3737
- run: pnpm run lint
38-
test-node-versions:
38+
test:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42-
node-version: [18.x, 20.x]
42+
node-version: [18.x, 20.x, 21.x]
43+
runs-on: ${{ matrix.os }}
4344
steps:
4445
- uses: actions/checkout@v3
4546
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)