We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa9402 commit d7f5d1dCopy full SHA for d7f5d1d
1 file changed
.github/workflows/schedule.yml
@@ -30,12 +30,13 @@ jobs:
30
31
- uses: actions/setup-node@v3
32
with:
33
- node-version: 18
+ # 특별히 손본게 없는데 18.19.0 부터 github actions에서 터지길래 버전 고정
34
+ node-version: 18.18.2
35
36
- uses: pnpm/action-setup@v2
37
id: pnpm-install
38
- version: 8
39
+ version: 8.11.0
40
run_install: false
41
42
- name: Get pnpm store directory
0 commit comments