parent
4f7ddfa607
commit
a5d8960cdd
1 changed files with 6 additions and 5 deletions
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
|
@ -9,12 +9,13 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install tree -y
|
||||
apt-get install tree curl -y
|
||||
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '20.x'
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
sudo apt install -y nodejs
|
||||
node --version
|
||||
|
||||
- name: Hack container for local development
|
||||
if: ${{ true }}
|
||||
|
|
Loading…
Add table
Reference in a new issue