Skip to content

Commit d2edb23

Browse files
committed
Refactor Actions
1 parent 6385cb4 commit d2edb23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
node-version: ${{matrix.node}}
1414
- run: npm install
1515
- run: npm test
16-
- uses: codecov/codecov-action@v1
16+
- uses: codecov/codecov-action@v3
1717
strategy:
1818
matrix:
1919
node:
20-
- lts/hydrogen
20+
- lts/gallium
2121
- node

0 commit comments

Comments
 (0)