Skip to content

Commit

Permalink
switch to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmypillow committed Apr 7, 2024
1 parent 71fd270 commit fa46127
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20

- name: Cache dependencies
id: cache_dependencies
uses: actions/cache@v3
with:
path: node_modules
key: node-modules-${{ hashFiles('package-lock.json') }}

- name: Install dependencies
shell: bash
if: steps.cache_dependencies.outputs.cache-hit != 'true'
run: npm ci
run: pnpm i

- name: Build
run: npx nuxi generate
Expand Down

0 comments on commit fa46127

Please sign in to comment.