Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
if1live committed Dec 14, 2023
1 parent 1aa9402 commit 6294c3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
# 특별히 손본게 없는데 18.19.0 부터 github actions에서 터지길래 버전 고정
node-version: 18.18.2

- uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 8
version: 8.11.0
run_install: false

- name: Get pnpm store directory
Expand Down

0 comments on commit 6294c3e

Please sign in to comment.