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 f51eadb commit ecbe944Copy full SHA for ecbe944
1 file changed
.github/workflows/nodejs.yml
@@ -63,7 +63,7 @@ jobs:
63
strategy:
64
matrix:
65
os: [ubuntu-latest, windows-latest, macos-latest]
66
- node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x]
+ node-version: [12.x, 14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
67
68
runs-on: ${{ matrix.os }}
69
0 commit comments