We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165b6b6 commit 6e52853Copy full SHA for 6e52853
.github/workflows/nodejs.yml
@@ -60,7 +60,7 @@ jobs:
60
strategy:
61
matrix:
62
os: [ubuntu-latest, windows-latest, macos-latest]
63
- node-version: [14.x, 16.x, 18.x, 20.x, 22.x]
+ node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 23.x]
64
eslint-version: [8.x, 9.x]
65
webpack-version: [latest]
66
exclude:
0 commit comments