Skip to content

Commit

Permalink
Update Node in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Sep 27, 2024
1 parent 36ab439 commit c5aba0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
name: main
on:
- pull_request
- push
jobs:
main:
name: ${{matrix.node}}
Expand All @@ -17,5 +13,9 @@ jobs:
strategy:
matrix:
node:
- lts/gallium
- lts/hydrogen
- node
name: main
on:
- pull_request
- push

0 comments on commit c5aba0b

Please sign in to comment.