We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c31b2d commit 30486b2Copy full SHA for 30486b2
.github/workflows/ci.yml
@@ -6,16 +6,12 @@ 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
13
- os: macos-latest
14
15
- - os: windows-latest
16
- shell: bash
17
18
- shell: powershell
19
fail-fast: false
20
21
runs-on: ${{ matrix.platform.os }}
@@ -25,10 +21,10 @@ jobs:
25
26
22
steps:
27
23
- name: Checkout Repository
28
- uses: actions/checkout@v1.1.0
24
+ 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