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

Commit 64bf152

Browse files
authored
chore: update github actions (#71)
1 parent 817e2b9 commit 64bf152

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"
@@ -66,10 +66,10 @@ jobs:
6666
if: matrix.os == 'windows-latest'
6767
run: git config --global core.autocrlf input
6868

69-
- uses: actions/checkout@v2
69+
- uses: actions/checkout@v3
7070

7171
- name: Use Node.js ${{ matrix.node-version }}
72-
uses: actions/setup-node@v2
72+
uses: actions/setup-node@v3
7373
with:
7474
node-version: ${{ matrix.node-version }}
7575
cache: "npm"
@@ -93,6 +93,6 @@ jobs:
9393
run: npm run test:coverage -- --ci
9494

9595
- name: Submit coverage data to codecov
96-
uses: codecov/codecov-action@v2
96+
uses: codecov/codecov-action@v3
9797
with:
9898
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)