Skip to content

Commit 86a37b7

Browse files
authored
chore: Test node 21.x as well (#496)
1 parent dcfe8e1 commit 86a37b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
jobs:
10-
test-old-node-versions:
10+
test-node-versions:
1111
runs-on: ${{ matrix.os }}
1212

1313
strategy:
@@ -16,6 +16,7 @@ jobs:
1616
# List of supported node versions (latest is tested in `test-os`)
1717
- 18.x
1818
- 20.x
19+
- 21.x
1920

2021
os:
2122
- ubuntu-latest

0 commit comments

Comments
 (0)