Skip to content

Commit f253eb6

Browse files
committed
Update Node in Actions
1 parent 6f12821 commit f253eb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
name: main
2-
on:
3-
- pull_request
4-
- push
51
jobs:
62
main:
73
name: ${{matrix.node}}
@@ -17,5 +13,9 @@ jobs:
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)