Skip to content

Commit 977c2d8

Browse files
committed
update CI matrix and actions
1 parent 421ad12 commit 977c2d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@v1.1.0
28+
uses: actions/checkout@v6
2929

3030
- name: Use Nodejs ${{ matrix.node-version }}
31-
uses: actions/setup-node@v1
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434

0 commit comments

Comments
 (0)