We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49a6c9 commit 0d5cdd3Copy full SHA for 0d5cdd3
.github/workflows/nodejs.yml
@@ -37,7 +37,7 @@ jobs:
37
fetch-depth: 0
38
39
- name: Use Node.js ${{ matrix.node-version }}
40
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
41
with:
42
node-version: ${{ matrix.node-version }}
43
cache: "npm"
@@ -83,7 +83,7 @@ jobs:
83
- uses: actions/checkout@v4
84
85
86
87
88
89
@@ -99,7 +99,7 @@ jobs:
99
run: npm run test:coverage -- --ci
100
101
- name: Submit coverage data to codecov
102
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v3
103
104
token: ${{ secrets.CODECOV_TOKEN }}
105
0 commit comments