mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-22 20:25:48 +00:00
Use npmrc for standalone pnpm installs
Co-authored-by: Steven <styfle@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
with:
|
||||
node-version: '20'
|
||||
- name: Enable pnpm
|
||||
run: corepack enable pnpm && corepack install
|
||||
run: corepack enable pnpm
|
||||
- name: Install dependencies
|
||||
run: pnpm install --frozen-lockfile
|
||||
- name: Run tests
|
||||
|
||||
Reference in New Issue
Block a user