Skip to content

Commit

Permalink
Merge pull request #101 from fingerprintjs/fix/pnpm-on-ci
Browse files Browse the repository at this point in the history
chore: fix pnpm installation on functional tests
  • Loading branch information
ilfa committed Mar 26, 2024
2 parents dd01111 + 2c0f67c commit b57a9d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,15 @@ jobs:
- if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v4

- name: 'Install pnpm'
uses: pnpm/action-setup@129abb77bf5884e578fcaf1f37628e41622cc371
with:
version: 8

- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- uses: actions/download-artifact@v4
with:
name: node-sdk-artifact
Expand Down

0 comments on commit b57a9d3

Please sign in to comment.