We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9344c commit 2423f38Copy full SHA for 2423f38
.github/workflows/buildtest.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
strategy:
13
matrix:
14
- node-version: [22.x]
+ node-version: [18.x, 20.x, 22.x, 23.x]
15
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
16
17
steps:
0 commit comments