Skip to content

Commit

Permalink
pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Nov 21, 2024
1 parent f517adc commit 977fc75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
with:
components: rustfmt

- name: pnpm install node modules
run: pnpm i --frozen-lockfile
shell: bash

- name: Set deployment token
run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
env:
Expand Down

0 comments on commit 977fc75

Please sign in to comment.