Skip to content

Commit d2f6c87

Browse files
authored
chore: add node 20 and 22 to test matrix (#156)
1 parent 84c41f8 commit d2f6c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
node: [14, 16, 18]
13+
node: [14, 16, 18, 20, 22]
1414
steps:
1515
- uses: actions/checkout@v1
1616
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)