We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf601d6 commit 19f8bb4Copy full SHA for 19f8bb4
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false # if tests for one version fail, continue with the rest
13
matrix:
14
- node-version: [18.x, '20.x']
+ node-version: [18.x, '20.x', '22.x']
15
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
17
name: Node integration tests (${{ matrix.node-version }})
0 commit comments