Skip to content

Commit

Permalink
workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Jan 4, 2024
1 parent 10ad120 commit 634a712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testandpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
node-version: 20
- run: pnpm ci
- run: npm test
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 634a712

Please sign in to comment.