Skip to content

Commit 47a4d46

Browse files
committed
Reduce diff
1 parent e01918d commit 47a4d46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
cache: 'pnpm'
5959
node-version: 14
6060
# lockfile format version 9 didn't exist with pnpm 7
61-
- run: pnpm install --no-lockfile
61+
- run: pnpm install --no-lockfile
6262
- run: pnpm test
6363

6464

0 commit comments

Comments
 (0)