Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 7bf5f7d

Browse files
authored
chore: update github actions (#98)
1 parent 5b7f651 commit 7bf5f7d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
3131

3232
- name: Use Node.js ${{ matrix.node-version }}
33-
uses: actions/setup-node@v2
33+
uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ matrix.node-version }}
3636
cache: "npm"
@@ -59,10 +59,10 @@ jobs:
5959
runs-on: ${{ matrix.os }}
6060

6161
steps:
62-
- uses: actions/checkout@v2
62+
- uses: actions/checkout@v3
6363

6464
- name: Use Node.js ${{ matrix.node-version }}
65-
uses: actions/setup-node@v2
65+
uses: actions/setup-node@v3
6666
with:
6767
node-version: ${{ matrix.node-version }}
6868
cache: "npm"
@@ -78,6 +78,6 @@ jobs:
7878
run: npm run test:coverage -- --ci
7979

8080
- name: Submit coverage data to codecov
81-
uses: codecov/codecov-action@v2
81+
uses: codecov/codecov-action@v3
8282
with:
8383
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)