Skip to content

Commit 30486b2

Browse files
committed
update CI matrix and actions
1 parent 9c31b2d commit 30486b2

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,12 @@ jobs:
66
build:
77
strategy:
88
matrix:
9-
node-version: [12.x, 14.x, 16.x, 17.x]
9+
node-version: [18.x, 20.x, 22.x, 24.x]
1010
platform:
1111
- os: ubuntu-latest
1212
shell: bash
1313
- os: macos-latest
1414
shell: bash
15-
- os: windows-latest
16-
shell: bash
17-
- os: windows-latest
18-
shell: powershell
1915
fail-fast: false
2016

2117
runs-on: ${{ matrix.platform.os }}
@@ -25,10 +21,10 @@ jobs:
2521

2622
steps:
2723
- name: Checkout Repository
28-
uses: actions/checkout@v1.1.0
24+
uses: actions/checkout@v6
2925

3026
- name: Use Nodejs ${{ matrix.node-version }}
31-
uses: actions/setup-node@v1
27+
uses: actions/setup-node@v6
3228
with:
3329
node-version: ${{ matrix.node-version }}
3430

0 commit comments

Comments
 (0)