mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
update pnpm version
This commit is contained in:
4
.github/workflows/lint-test-build.yml
vendored
4
.github/workflows/lint-test-build.yml
vendored
@ -26,13 +26,13 @@ jobs:
|
|||||||
- name: Setup pnpm
|
- name: Setup pnpm
|
||||||
uses: pnpm/action-setup@v3.0.0
|
uses: pnpm/action-setup@v3.0.0
|
||||||
with:
|
with:
|
||||||
version: 9.1.0
|
version: 9.1.1
|
||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4.0.2
|
||||||
with:
|
with:
|
||||||
cache: "pnpm"
|
cache: "pnpm"
|
||||||
node-version: 20.12.2
|
node-version: 20.13.1
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: pnpm install --frozen-lockfile
|
run: pnpm install --frozen-lockfile
|
||||||
|
|||||||
Reference in New Issue
Block a user