-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
chore: remove pnpm-lock.yaml to verify unlocked deps #5859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3d2a518
9b68196
36f6b50
c334f39
cdb3767
6c216a0
568e6c3
0cd8ad5
4c91093
719a9af
5f30132
9d7fb61
c4ae9ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,17 +34,13 @@ jobs: | |
| uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 | ||
| with: | ||
| node-version: '24' | ||
| cache: 'pnpm' | ||
|
|
||
| - name: Install dependencies | ||
| run: pnpm install --frozen-lockfile | ||
| run: pnpm install --no-frozen-lockfile | ||
|
|
||
| - name: Run lint | ||
| run: pnpm run lint | ||
|
|
||
| - name: Check dedupe | ||
| run: pnpm dedupe --check | ||
|
|
||
| - name: Run typecheck | ||
| run: pnpm run typecheck | ||
|
Comment on lines
41
to
45
|
||
|
|
||
|
|
@@ -161,10 +157,9 @@ jobs: | |
| uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 | ||
| with: | ||
| node-version: ${{ matrix.node }} | ||
| cache: 'pnpm' | ||
|
|
||
| - name: Install dependencies | ||
| run: pnpm install --frozen-lockfile | ||
| run: pnpm install --no-frozen-lockfile | ||
|
|
||
| - name: Run tests | ||
| run: pnpm run ci | ||
|
|
@@ -206,10 +201,9 @@ jobs: | |
| uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 | ||
| with: | ||
| node-version: ${{ matrix.node }} | ||
| cache: 'pnpm' | ||
|
|
||
| - name: Install dependencies | ||
| run: pnpm install --frozen-lockfile | ||
| run: pnpm install --no-frozen-lockfile | ||
|
|
||
| - name: Run tests | ||
| run: | | ||
|
|
@@ -248,10 +242,9 @@ jobs: | |
| uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 | ||
| with: | ||
| node-version: ${{ matrix.node }} | ||
| cache: 'pnpm' | ||
|
|
||
| - name: Install dependencies | ||
| run: pnpm install --frozen-lockfile | ||
| run: pnpm install --no-frozen-lockfile | ||
|
|
||
| - name: Run tests | ||
| run: | | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -69,11 +69,10 @@ jobs: | |||||
| uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 | ||||||
| with: | ||||||
| node-version: '24' | ||||||
| cache: 'pnpm' | ||||||
| registry-url: 'https://registry.npmjs.org' | ||||||
|
|
||||||
| - name: Install dependencies | ||||||
| run: pnpm install --frozen-lockfile | ||||||
| run: pnpm install --no-frozen-lockfile | ||||||
|
||||||
| run: pnpm install --no-frozen-lockfile | |
| run: pnpm install --frozen-lockfile |
Uh oh!
There was an error while loading. Please reload this page.