Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92b66f5b8b | |||
| cd5d92feff |
@@ -15,10 +15,15 @@ jobs:
|
|||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y nodejs npm
|
sudo apt-get install -y curl
|
||||||
|
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||||
|
sudo apt-get install -y nodejs
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Generate Gradle Wrapper
|
||||||
|
run: gradle wrapper
|
||||||
|
|
||||||
- name: Grant execute permission
|
- name: Grant execute permission
|
||||||
run: chmod +x ./gradlew
|
run: chmod +x ./gradlew
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user