Skip to content

Commit 17f49db

Browse files
authored
chore: run CI on Node 21 (#602)
1 parent 50d49a6 commit 17f49db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
node-version: [16.x, 18.x, 20.x]
19+
node-version: [16.x, 18.x, 20.x, 21.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)