mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 04:56:30 +02:00
Updated to Node 18.15.0 LTS
This commit is contained in:
parent
3ef36c17a7
commit
ce36d4b0d0
5 changed files with 19 additions and 0 deletions
4
packages/node/18.15.0/build.sh
vendored
Normal file
4
packages/node/18.15.0/build.sh
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
curl "https://nodejs.org/dist/v18.15.0/node-v18.15.0-linux-x64.tar.xz" -o node.tar.xz
|
||||
tar xf node.tar.xz --strip-components=1
|
||||
rm node.tar.xz
|
Loading…
Add table
Add a link
Reference in a new issue