We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b774c commit 72cbca1Copy full SHA for 72cbca1
.github/workflows/ci.yml
@@ -23,7 +23,6 @@ jobs:
23
- name: Setup Pnpm
24
uses: pnpm/action-setup@v4
25
with:
26
- version: 10.12.4
27
run_install: false
28
29
- name: Set up Node.js
buildspec.yml
@@ -3,7 +3,7 @@ version: 0.2
3
phases:
4
pre_build:
5
commands:
6
- - npm install -g pnpm@10.12.4
+ - npm install -g pnpm
7
- pnpm install --frozen-lockfile
8
build:
9
0 commit comments