💚 ci-fix: pnpm 버전 명시로 action-setup 오류 수정
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 3m30s
Some checks failed
ci / ci (22, ubuntu-latest) (push) Failing after 3m30s
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9
|
||||
|
||||
- name: Install node
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
Reference in New Issue
Block a user