Skip to content

Commit b687746

Browse files
authoredAug 6, 2024··
ci: add node 22 to the test matrix (#209)
Replaced node 21 with latest node 22. See https://nodejs.org/en/about/previous-releases
1 parent 4df7d59 commit b687746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest, macos-latest]
24-
node-version: [18, 20, 21]
24+
node-version: [18, 20, 22]
2525

2626
steps:
2727
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.