|
@@ -190,7 +190,7 @@ jobs:
|
|
|
usesh: true
|
|
|
mem: 3000
|
|
|
prepare: |
|
|
|
- pkg install -y curl node14 python2
|
|
|
+ pkg install -y curl node16 python2
|
|
|
curl -qL https://www.npmjs.com/install.sh | sh
|
|
|
npm install --location=global --ignore-scripts yarn
|
|
|
curl https://sh.rustup.rs -sSf --output rustup.sh
|