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 94a15a2 commit f2127f0Copy full SHA for f2127f0
.github/workflows/ci.yml
@@ -15,13 +15,13 @@ jobs:
15
matrix:
16
node-version: [^14.19, ^16.15, ^18]
17
steps:
18
- - uses: actions/checkout@v2
19
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm install --no-audit
23
- run: npm test
24
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v3
25
26
file: coverage/lcov.info
27
name: ${{ matrix.node-version }}
0 commit comments