Skip to content

Commit

Permalink
chore: release script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Jan 22, 2024
1 parent 3af6872 commit 8fe73e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ global_job_config:
prologue:
commands:
- set -e
- sem-version node 18
- sem-version node --lts
- npm install -g pnpm@8
- checkout
- cache restore node-$(checksum pnpm-lock.yaml)
- pnpm i --frozen-lockfile --prefer-offline --ignore-scripts
- cache store node-$(checksum pnpm-lock.yaml) ~/.pnpm-store
- cache store node-$(checksum pnpm-lock.yaml) $(pnpm store path)

blocks:
- name: tests
Expand Down

0 comments on commit 8fe73e4

Please sign in to comment.