Skip to content

Commit

Permalink
ci: fix main node version
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Mar 26, 2023
1 parent 54ba0fd commit 8a69017
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
secrets: inherit
strategy:
matrix:
node_version: [lts, latest]
node_version: ['lts/*', latest]
with:
affected: true
node_version: ${{ matrix.node_version }}
Expand All @@ -43,7 +43,7 @@ jobs:
secrets: inherit
strategy:
matrix:
node_version: [lts, latest]
node_version: ['lts/*', latest]
with:
affected: true
node_version: ${{ matrix.node_version }}
Expand All @@ -55,7 +55,7 @@ jobs:
secrets: inherit
strategy:
matrix:
node_version: [lts, latest]
node_version: ['lts/*', latest]
with:
affected: true
node_version: ${{ matrix.node_version }}
Expand All @@ -67,7 +67,7 @@ jobs:
secrets: inherit
strategy:
matrix:
node_version: [lts, latest]
node_version: ['lts/*', latest]
with:
affected: true
node_version: ${{ matrix.node_version }}
Expand Down

0 comments on commit 8a69017

Please sign in to comment.