Skip to content

Commit 9663b74

Browse files
authored
Add Node 21 to CI (#1430)
1 parent ee87e21 commit 9663b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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)