Skip to content

Commit d7f5d1d

Browse files
committed
fix version
1 parent 1aa9402 commit d7f5d1d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030

3131
- uses: actions/setup-node@v3
3232
with:
33-
node-version: 18
33+
# 특별히 손본게 없는데 18.19.0 부터 github actions에서 터지길래 버전 고정
34+
node-version: 18.18.2
3435

3536
- uses: pnpm/action-setup@v2
3637
id: pnpm-install
3738
with:
38-
version: 8
39+
version: 8.11.0
3940
run_install: false
4041

4142
- name: Get pnpm store directory

0 commit comments

Comments
 (0)