Skip to content

Commit

Permalink
Update pipeline versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrac committed Apr 29, 2024
1 parent f458758 commit 238d824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 8
Expand All @@ -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 238d824

Please sign in to comment.