Skip to content

Commit

Permalink
Change project directory and install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-2007 committed Mar 23, 2024
1 parent a78bdb9 commit 9377dff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Change to project directory
run: cd bambujs

- name: 'install pnpm'
run: npm install -g pnpm

Expand All @@ -21,10 +24,6 @@ jobs:
registry-url: 'https://registry.npmjs.org/'
cache: 'pnpm'


- name: Change to project directory
run: cd bambujs

- name: Install dependencies with pnpm
run: pnpm install
working-directory: ./bambujs
Expand Down

0 comments on commit 9377dff

Please sign in to comment.