This commit is contained in:
parent
a5d8960cdd
commit
81f02cb42c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -13,8 +13,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
sudo apt install -y nodejs
|
apt install -y nodejs
|
||||||
node --version
|
node --version
|
||||||
|
|
||||||
- name: Hack container for local development
|
- name: Hack container for local development
|
||||||
|
|
Loading…
Add table
Reference in a new issue