We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed269ed commit 67f62c5Copy full SHA for 67f62c5
.github/workflows/node.js.yml
@@ -26,7 +26,7 @@ jobs:
26
matrix:
27
os: [ubuntu-latest, macos-14, windows-latest]
28
# See https://github.com/nodejs/release#release-schedule
29
- node-version: [18.x, 20.x, 22.5.1]
+ node-version: [18.x, 20.x, 22.5.1, 23.x]
30
31
steps:
32
- uses: actions/checkout@v4
0 commit comments