Skip to content

Commit

Permalink
feat(update): minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Apr 15, 2024
1 parent 79c8006 commit 89d8fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["lts/-1", "lts/*"]
node: ["lts/-2", "lts/-1", "lts/*"]
name: Test on node@v${{ matrix.node }}
steps:
- name: Checkout 🛎️
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["lts/-1", "lts/*"]
node: ["lts/-2", "lts/-1", "lts/*"]
name: Build on node@v${{ matrix.node }}
steps:
- name: Checkout 🛎️
Expand Down

0 comments on commit 89d8fae

Please sign in to comment.