Skip to content

Commit 40928b0

Browse files
committed
chore: update github action
1 parent a2073cb commit 40928b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
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: "npm"
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v4
8484

8585
- name: Use Node.js ${{ matrix.node-version }}
86-
uses: actions/setup-node@v3
86+
uses: actions/setup-node@v4
8787
with:
8888
node-version: ${{ matrix.node-version }}
8989
cache: "npm"
@@ -99,7 +99,7 @@ jobs:
9999
run: npm run test:coverage -- --ci
100100

101101
- name: Submit coverage data to codecov
102-
uses: codecov/codecov-action@v1
102+
uses: codecov/codecov-action@v3
103103
with:
104104
token: ${{ secrets.CODECOV_TOKEN }}
105105

0 commit comments

Comments
 (0)