Skip to content

Commit 2a3c9be

Browse files
committed
Add Node 21 to CI
1 parent ee87e21 commit 2a3c9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ 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]
4343
steps:
4444
- uses: actions/checkout@v3
4545
- uses: actions/setup-node@v3

0 commit comments

Comments
 (0)