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 315bf85 commit 759faf9Copy full SHA for 759faf9
.github/workflows/nodejs.yml
@@ -61,7 +61,7 @@ jobs:
61
strategy:
62
matrix:
63
os: [ubuntu-latest, windows-latest, macos-latest]
64
- node-version: [18.x, 20.x, 21.x]
+ node-version: [18.x, 20.x, 22.x]
65
66
runs-on: ${{ matrix.os }}
67
0 commit comments