We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01918d commit 47a4d46Copy full SHA for 47a4d46
.github/workflows/nodejs.yml
@@ -58,7 +58,7 @@ jobs:
58
cache: 'pnpm'
59
node-version: 14
60
# lockfile format version 9 didn't exist with pnpm 7
61
- - run: pnpm install --no-lockfile
+ - run: pnpm install --no-lockfile
62
- run: pnpm test
63
64
0 commit comments