Skip to content

Commit 72cbca1

Browse files
committed
fix: 버전
1 parent c2b774c commit 72cbca1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- name: Setup Pnpm
2424
uses: pnpm/action-setup@v4
2525
with:
26-
version: 10.12.4
2726
run_install: false
2827

2928
- name: Set up Node.js

buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: 0.2
33
phases:
44
pre_build:
55
commands:
6-
- npm install -g pnpm@10.12.4
6+
- npm install -g pnpm
77
- pnpm install --frozen-lockfile
88
build:
99
commands:

0 commit comments

Comments
 (0)