release: 2026-04-17.1 (CI 핫픽스) #57

병합
HYOJIN develop 에서 main 로 2 commits 를 머지했습니다 2026-04-17 14:59:00 +09:00
Showing only changes of commit d616680c01 - Show all commits

파일 보기

@ -40,8 +40,10 @@ jobs:
- name: Install Node.js
run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
apt-get install -y nodejs
apt-get update && apt-get install -y xz-utils
curl -fsSL https://nodejs.org/dist/v20.18.1/node-v20.18.1-linux-x64.tar.xz -o node.tar.xz
tar -xJf node.tar.xz -C /usr/local --strip-components=1
rm node.tar.xz
node --version
npm --version