Skip to content

Commit

Permalink
upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
nlkluth committed Jan 10, 2025
1 parent 7b0dbf0 commit 22414d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
name: E2E Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@4
with:
version: 8
version: 8.3.1

- name: Get pnpm store directory
id: pnpm-cache
Expand Down

0 comments on commit 22414d2

Please sign in to comment.