Skip to content

Commit 7be8af8

Browse files
committed
try to fix ci
1 parent 91a3d11 commit 7be8af8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@v3
40+
uses: actions/setup-node@v4
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: "yarn"
@@ -71,7 +71,7 @@ jobs:
7171
- uses: actions/checkout@v3
7272

7373
- name: Use Node.js ${{ matrix.node-version }}
74-
uses: actions/setup-node@v3
74+
uses: actions/setup-node@v4
7575
with:
7676
node-version: ${{ matrix.node-version }}
7777
cache: "yarn"

0 commit comments

Comments
 (0)