mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
Add corepack upgrade to tests.yml
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
node-version: 20
|
||||||
|
- name: Install corepack
|
||||||
|
run: npm i -g corepack@latest
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
run: corepack enable
|
run: corepack enable
|
||||||
- name: Get pnpm store directory
|
- name: Get pnpm store directory
|
||||||
|
|||||||
Reference in New Issue
Block a user