Skip to content

Commit

Permalink
Update pipeline versions (#6)
Browse files Browse the repository at this point in the history
* Update pipeline versions

* Fix action setup back to v3
  • Loading branch information
dobrac authored Apr 29, 2024
1 parent f458758 commit c4d4574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v3
name: Install pnpm
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: pnpm --filter web test:ci

- name: Upload Web Coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-web
path: web/coverage
Expand Down

0 comments on commit c4d4574

Please sign in to comment.