Skip to content

Commit d1a2ae9

Browse files
committed
Update testing to match currently supported node.js versions
1 parent 30b0c67 commit d1a2ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
# See supported Node.js release schedule at https://nodejs.org/en/about/previous-releases
45-
node-version: [18.x, 20.x, 21.x]
45+
node-version: [18.x, 20.x, 22.x]
4646

4747
steps:
4848
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)