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
|
||||
run: |
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
sudo apt install -y nodejs
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
apt install -y nodejs
|
||||
node --version
|
||||
|
||||
- name: Hack container for local development
|
||||
|
|
Loading…
Add table
Reference in a new issue