Skip to content

Commit

Permalink
chore(ci): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Forceh91 committed Oct 21, 2023
1 parent 063d70e commit cdb5537
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ concurrency:
group: ${{ github.head_ref || github.ref_name }}
cancel-in-progress: true

strategy:
matrix:
node: [16.x, 18.x, 21.x]

jobs:
strategy:
matrix:
node: [16.x, 18.x, 21.x]
install-cache:
name: "Generate Cache"
runs-on: ubuntu-latest
Expand Down

0 comments on commit cdb5537

Please sign in to comment.