Skip to content

Commit

Permalink
ci: Fix Node/pnpm setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 18, 2024
1 parent 14d63fc commit 9c197ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
# https://github.com/pnpm/action-setup#use-cache-to-reduce-installation-time
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '20'
cache: pnpm
- uses: pnpm/action-setup@v2
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '20'
cache: pnpm
- name: Install dependencies
run: pnpm install
# Build Angular app
Expand Down

0 comments on commit 9c197ac

Please sign in to comment.