Skip to content

Commit

Permalink
ci: use latest pnpm@6 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 committed Nov 5, 2021
1 parent 80cef29 commit 62868f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.sh
Expand Up @@ -5,7 +5,7 @@ echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc

set -ex

npm i --silent -g pnpm@6.9.1 esbuild@0.8.53 --unsafe-perm
npm i --silent -g pnpm@6 esbuild@0.8.53 --unsafe-perm

pnpm i --no-prefer-frozen-lockfile --ignore-scripts

Expand Down

0 comments on commit 62868f2

Please sign in to comment.