Skip to content

Commit 8bbb6fc

Browse files
committed
ci: add node 21.x
Signed-off-by: Christian Stewart <[email protected]>
1 parent 15e0150 commit 8bbb6fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
node: [18.x]
19+
node: [18.x, 21.x]
2020
timeout-minutes: 10
2121
steps:
2222
- name: Harden Runner

0 commit comments

Comments
 (0)