Merge pull request 'release: 2026-04-17.1 (CI 핫픽스)' (#57) from develop into main
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m36s

This commit is contained in:
HYOJIN 2026-04-17 14:59:00 +09:00
커밋 3ea95a6db9

파일 보기

@ -40,8 +40,10 @@ jobs:
- name: Install Node.js - name: Install Node.js
run: | run: |
curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt-get update && apt-get install -y xz-utils
apt-get install -y nodejs 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 node --version
npm --version npm --version