Skip to content

Commit

Permalink
test: upgrade pnpm version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiti authored Sep 3, 2024
1 parent 8de8da7 commit 630d2e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v3
- uses: pnpm/action-setup@v4
with:
version: 8
version: 9.5.0

- name: Create env file
run: |
touch .env
echo "NEXT_PUBLIC_PROJECT_ID=${{ secrets.NEXT_PUBLIC_PROJECT_ID }}" >> .env
echo "NEXT_PUBLIC_API_URL=${{ secrets.NEXT_PUBLIC_API_URL }}" >> .env
echo "NEXT_PUBLIC_API_URL=http://mock-api:3000" >> .env
- name: run Cypress and Jest
uses: cypress-io/github-action@v6
Expand Down

0 comments on commit 630d2e4

Please sign in to comment.