generated from gc/template-java-maven
Compare commits
3 커밋
be7e6769e3
...
3ea95a6db9
| 작성자 | SHA1 | 날짜 | |
|---|---|---|---|
| 3ea95a6db9 | |||
| 2ac0aa2ba0 | |||
| d616680c01 |
@ -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
|
||||||
|
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user