Merge pull request 'release: 2026-04-17.2 (CI 핫픽스)' (#59) from develop into main
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 37s

This commit is contained in:
HYOJIN 2026-04-17 15:10:33 +09:00
커밋 d6125b4520

파일 보기

@ -40,10 +40,9 @@ jobs:
- name: Install Node.js - name: Install Node.js
run: | run: |
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.gz -o node.tar.gz
curl -fsSL https://nodejs.org/dist/v20.18.1/node-v20.18.1-linux-x64.tar.xz -o node.tar.xz tar -xzf node.tar.gz -C /usr/local --strip-components=1
tar -xJf node.tar.xz -C /usr/local --strip-components=1 rm node.tar.gz
rm node.tar.xz
node --version node --version
npm --version npm --version