Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyguerra committed Feb 27, 2024
1 parent 2b0a68f commit 316577f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 20.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -42,7 +42,7 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 20.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
node-version:
- 18.x
- 20.x
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 316577f

Please sign in to comment.