File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 - name : Install Node
3535 run : |
3636 mkdir -p ./.kit/node
37- ./build/install-node.sh v17.6 .0 --prefix ./.kit/node
37+ ./build/install-node.sh v17.2 .0 --prefix ./.kit/node
3838
3939 - name : Build Kit
4040 run : |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ cp -r src/types $KIT
1414
1515cp * .md package* .json LICENSE $KIT
1616
17- ./build/install-node.sh v17.6 .0 --prefix $KIT /node
17+ ./build/install-node.sh v17.2 .0 --prefix $KIT /node
1818
1919node --version
2020npm --version
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ let installNodeWin = async () => {
2323
2424 await new Promise ( r => {
2525 download (
26- `https://nodejs.org/dist/v17.6 .0/node-v17.6 .0-win-x86.zip`
26+ `https://nodejs.org/dist/v17.2 .0/node-v17.2 .0-win-x86.zip`
2727 )
2828 . pipe ( Extract ( { path : kitPath ( "node" ) } ) )
2929 . on ( "finish" , r )
@@ -41,7 +41,7 @@ let installNodeWin = async () => {
4141let installNode =
4242 platform ( ) === "darwin"
4343 ? exec (
44- `./build/install-node.sh v17.6 .0 --prefix '${ kitPath (
44+ `./build/install-node.sh v17.2 .0 --prefix '${ kitPath (
4545 "node"
4646 ) } '`
4747 )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ cp -a root/. $KIT
1313cp -r build $KIT
1414cp -r src/types $KIT
1515
16- ./build/install-node.sh v17.6 .0 --prefix $KIT /node
16+ ./build/install-node.sh v17.2 .0 --prefix $KIT /node
1717cp * .md package* .json LICENSE $KIT
1818
1919echo " Building ESM kit to $KIT "
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ resolve_node_version() {
9090 tag=
9191 fi
9292 # fetch "https://resolve-node.vercel.app/$tag"
93- echo " v17.6 .0"
93+ echo " v17.2 .0"
9494}
9595
9696# Currently known to support:
You can’t perform that action at this time.
0 commit comments