pin versions of pnpm and node

This commit is contained in:
Amruth Pillai
2024-05-07 12:33:16 +02:00
parent e2e2551db4
commit 7b394f1437
2 changed files with 3 additions and 3 deletions

View File

@ -26,13 +26,13 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9
version: 9.1.0
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
cache: "pnpm"
node-version: 20
node-version: 20.12.2
- name: Install Dependencies
run: pnpm install --frozen-lockfile