Skip to content

Commit b25003f

Browse files
committed
update CI
1 parent 4f0edf3 commit b25003f

File tree

3 files changed

+88
-14
lines changed

3 files changed

+88
-14
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
node-version: [12, 14, 16, 18, 20, 21]
18+
node-version: [12, 14, 16, 18, 20, 22]
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: actions/setup-node@v2
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'npm'

0 commit comments

Comments
 (0)