Skip to content

Commit a6b0425

Browse files
committed
ci: actions update to v4
1 parent 8e15a9d commit a6b0425

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nodejs.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
matrix:
1515
node-version: [16.x, 18.x, 20.x, 22.x]
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v2
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm install
@@ -27,9 +27,9 @@ jobs:
2727
matrix:
2828
node-version: [14.x]
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v4
3131
- name: Use Node.js ${{ matrix.node-version }}
32-
uses: actions/setup-node@v2
32+
uses: actions/setup-node@v4
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
- run: |
@@ -43,12 +43,12 @@ jobs:
4343
needs: [test, test_legacy]
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v2
46+
- uses: actions/checkout@v4
4747
with:
4848
fetch-depth: 0
49-
- uses: actions/setup-node@v2
49+
- uses: actions/setup-node@v4
5050
with:
51-
node-version: '16.x'
51+
node-version: '20.x'
5252
registry-url: 'https://registry.npmjs.org'
5353
- run: npm install
5454
- run: npm run publish

0 commit comments

Comments
 (0)