Skip to content

Commit

Permalink
Install pnpm using pnpm/action-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nahkd123 committed Sep 28, 2024
1 parent 7e93fc3 commit edbd96a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 21
cache: npm
- name: Install pnpm
run: npm i -g pnpm
cache: pnpm
- name: Build Nahara's Motion Engine
working-directory: nahara-motion
run: |
Expand Down

0 comments on commit edbd96a

Please sign in to comment.