updated both node and typescript version

This commit is contained in:
LoryPelli 2024-07-04 17:18:35 +02:00
parent 59338eee33
commit 4581f3e966
11 changed files with 51 additions and 0 deletions

4
packages/node/22.4.0/build.sh vendored Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
curl "https://nodejs.org/dist/v22.4.0/node-v22.4.0-linux-x64.tar.xz" -o node.tar.xz
tar xf node.tar.xz --strip-components=1
rm node.tar.xz