This commit is contained in:
parent
21e4dfa070
commit
0cd3173d55
@ -22,7 +22,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: install sysbox dependency
|
||||
run: apt update && apt install nodejs -y
|
||||
run: |
|
||||
apt update
|
||||
apt upgrade
|
||||
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
|
||||
apt install nodejs -y
|
||||
node --version
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user