Skip to content

Commit 794baf0

Browse files
committed
Update Actions
1 parent d9fe05d commit 794baf0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
name: main
2-
on:
3-
- pull_request
4-
- push
51
jobs:
62
main:
73
name: ${{matrix.node}}
84
runs-on: ubuntu-latest
95
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-node@v3
6+
- uses: actions/checkout@v4
7+
- uses: actions/setup-node@v4
128
with:
139
node-version: ${{matrix.node}}
1410
- run: npm install
1511
- run: npm test
16-
- uses: codecov/codecov-action@v3
12+
- uses: codecov/codecov-action@v4
1713
strategy:
1814
matrix:
1915
node:
20-
- lts/gallium
16+
- lts/hydrogen
2117
- node
18+
name: main
19+
on:
20+
- pull_request
21+
- push

0 commit comments

Comments
 (0)