We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13273f commit 849d2baCopy full SHA for 849d2ba
.github/workflows/node_ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node-version: [12.x, 14.x, 15.x]
+ node-version: [22.x, 24.x]
13
steps:
14
- uses: actions/checkout@v2
15
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments