Skip to content

Commit

Permalink
Merge pull request #70 from QuickCorp/v2.4
Browse files Browse the repository at this point in the history
fix npm  workflow
  • Loading branch information
jeanmachuca authored Sep 29, 2024
2 parents 62f0b3b + 90104d9 commit e5a7bda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npmpublish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: 16
node-version: 20
- run: npm config set legacy-peer-deps true=true
- run: npm ci
- run: npm test

Expand Down

0 comments on commit e5a7bda

Please sign in to comment.