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 32415e7 commit defe836Copy full SHA for defe836
.github/workflows/test.yml
@@ -15,13 +15,13 @@ jobs:
15
node-version: [12.x, 14.x]
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Install Node.js ${{ matrix.node-version }}
20
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
- run: npm ci
24
- run: npm run lint
25
- run: npm test -- --coverage
26
- name: Upload to Codecov
27
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
0 commit comments