generated from gc/template-java-maven
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
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3m36s
This commit is contained in:
커밋
3ea95a6db9
@ -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
|
||||
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user