Skip to content

Commit 80cefa0

Browse files
committed
chore(ci): add node 21
1 parent 15f1b92 commit 80cefa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
os: [ windows-latest, ubuntu-latest, macos-latest ]
33-
node: [ 18, 19, 20 ]
33+
node: [ 18, 19, 20, 21 ]
3434
steps:
3535
- uses: actions/checkout@v4.1.1
3636
- uses: actions/setup-node@v4.0.2

0 commit comments

Comments
 (0)