Skip to content

Commit 2aed0f2

Browse files
committed
chore(ci): update pnpm install command to remove --no-frozen-lockfile option
1 parent 9e4752a commit 2aed0f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
5353
restore-keys: |
5454
${{ runner.os }}-pnpm-store-
55-
- run: pnpm install --no-frozen-lockfile
55+
- run: pnpm install
5656
#- run: npx nx-cloud start-ci-run
5757
#- run: pnpm run prettify:ci:readme
5858
- run: npx lerna run build:ci #--concurrency 3
@@ -94,7 +94,7 @@ jobs:
9494
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
9595
restore-keys: |
9696
${{ runner.os }}-pnpm-store-
97-
- run: pnpm install --no-frozen-lockfile
97+
- run: pnpm install
9898
#- run: npx nx-cloud start-ci-run
9999
#- run: pnpm run prettify:ci:readme
100100
- run: npx lerna run build:ci #--concurrency 3
@@ -137,6 +137,6 @@ jobs:
137137
# key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
138138
# restore-keys: |
139139
# ${{ runner.os }}-pnpm-store-
140-
# - run: pnpm install --no-frozen-lockfile
140+
# - run: pnpm install
141141
# - name: Start Nx Agent ${{ matrix.agent }}
142142
# run: npx nx-cloud start-agent

0 commit comments

Comments
 (0)