Skip to content

Commit 3523223

Browse files
authored
chore: update github actions (#164)
1 parent 0e82467 commit 3523223

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 ${{ env.node-version }}
33-
uses: actions/setup-node@v1
33+
uses: actions/setup-node@v3
3434
with:
3535
node-version: ${{ env.node-version }}
3636

@@ -65,10 +65,10 @@ jobs:
6565
if: matrix.os == 'windows-latest'
6666
run: git config --global core.autocrlf input
6767

68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v3
6969

7070
- name: Use Node.js ${{ matrix.node-version }}
71-
uses: actions/setup-node@v1
71+
uses: actions/setup-node@v3
7272
with:
7373
node-version: ${{ matrix.node-version }}
7474

@@ -82,6 +82,6 @@ jobs:
8282
run: npm run test:coverage -- --ci
8383

8484
- name: Submit coverage data to codecov
85-
uses: codecov/codecov-action@v1
85+
uses: codecov/codecov-action@v3
8686
with:
8787
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)