Commit 6f6022b8 authored by nanahira's avatar nanahira Committed by GitHub

update node version for appv

parent a91c81fb
......@@ -39,9 +39,9 @@ after_build:
- 7z x -y -oredis Redis-x64-3.2.100.zip
# nodejs
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v10.15.3/node-v10.15.3-win-x64.zip ; exit 0"
- 7z x -y node-v10.15.3-win-x64.zip
- mv node-v10.15.3-win-x64 node
- bash -c "curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://nodejs.org/dist/v12.14.0/node-v12.14.0-win-x64.zip ; exit 0"
- 7z x -y node-v12.14.0-win-x64.zip
- mv node-v12.14.0-win-x64 node
# srvpro
- git clone https://github.com/purerosefallen/ygopro-server
......@@ -94,3 +94,5 @@ cache:
- freetype-2.9.1.tar.bz2
- irrlicht-1.8.4.zip
- sqlite-amalgamation-3240000.zip
- Redis-x64-3.2.100.zip
- node-v12.14.0-win-x64.zip
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment