Skip to content

Commit 7a3b2d5

Browse files
committed
ci: enable tests for node 21
1 parent 65cd6a7 commit 7a3b2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
node_version: [18, 20]
26+
node_version: [18, 20, 21]
2727

2828
steps:
2929
- name: Checkout

0 commit comments

Comments
 (0)