We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fefbd36 commit 4039675Copy full SHA for 4039675
.github/workflows/nodejs.yml
@@ -12,9 +12,9 @@ jobs:
12
node-version: [18.x, 20.x, 22.x]
13
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: npm install, build, and test
@@ -28,7 +28,7 @@ jobs:
28
env:
29
CI: true
30
- name: Upload coverage to Codecov
31
- uses: codecov/codecov-action@v1
+ uses: codecov/codecov-action@v4
32
33
token: ${{ secrets.CODECOV_TOKEN }}
34
file: ./coverage.lcov
0 commit comments