Skip to content

Commit c1e3f28

Browse files
authored
chore: update github actions to latest version (#231)
1 parent 9c8c58c commit c1e3f28

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
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474

7575
- name: Use Node.js ${{ matrix.node-version }}
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: ${{ matrix.node-version }}
7979
cache: "npm"
@@ -86,6 +86,6 @@ jobs:
8686
run: npm run test:coverage -- --ci
8787

8888
- name: Submit coverage data to codecov
89-
uses: codecov/codecov-action@v3
89+
uses: codecov/codecov-action@v4
9090
with:
9191
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)