Skip to content

Commit

Permalink
install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
chiaryan committed Nov 10, 2024
1 parent 3570555 commit cccfa54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ jobs:
fi
# We can add more tests here

- name: Install pnpm
- uses: pnpm/action-setup@v4
with:
version: 9.1.4

- name: Install Chrome WebDriver
uses: nanasess/setup-chromedriver@v2
with:
Expand Down

0 comments on commit cccfa54

Please sign in to comment.