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
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install tree -y
|
apt-get install tree curl -y
|
||||||
|
|
||||||
- name: Use Node.js
|
- name: Install Node.js
|
||||||
uses: actions/setup-node@v4
|
run: |
|
||||||
with:
|
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||||
node-version: '20.x'
|
sudo apt install -y nodejs
|
||||||
|
node --version
|
||||||
|
|
||||||
- name: Hack container for local development
|
- name: Hack container for local development
|
||||||
if: ${{ true }}
|
if: ${{ true }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue