mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-22 21:16:29 +02:00
pkg(node-20.11.0) Added Node 20.11.0 (#646)
This commit is contained in:
parent
647bc3a7c7
commit
684b47d2a2
5 changed files with 19 additions and 0 deletions
4
packages/node/20.11.1/build.sh
vendored
Normal file
4
packages/node/20.11.1/build.sh
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
curl "https://nodejs.org/dist/v20.11.1/node-v20.11.1-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