Skip to content

Commit 176583d

Browse files
authored
Merge pull request #212 from LambdaTest/stage
Stage
2 parents fd9017e + ec70b62 commit 176583d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
node-version: '18'
1919
registry-url: 'https://registry.npmjs.org'
2020

21-
- name: Remove package-lock.json
22-
run: rm -rf package-lock.json
21+
- name: Remove pnpm-lock.yaml
22+
run: rm -rf pnpm-lock.yaml
2323

2424
- name: Install pnpm
2525
run: npm install -g pnpm

0 commit comments

Comments
 (0)