We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 421ad12 commit 977c2d8Copy full SHA for 977c2d8
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
strategy:
8
matrix:
9
- node-version: [12.x, 14.x, 16.x, 17.x]
+ node-version: [18.x, 20.x, 22.x, 24.x]
10
platform:
11
- os: ubuntu-latest
12
shell: bash
@@ -25,10 +25,10 @@ jobs:
25
26
steps:
27
- name: Checkout Repository
28
- uses: actions/checkout@v1.1.0
+ uses: actions/checkout@v6
29
30
- name: Use Nodejs ${{ matrix.node-version }}
31
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v6
32
with:
33
node-version: ${{ matrix.node-version }}
34
0 commit comments