mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-27 02:43:45 +02:00
use older nodejs version (newer version is not compatible with dependencies)
This commit is contained in:
parent
46952dbdf1
commit
365e4b3ac8
@ -22,7 +22,7 @@ jobs:
|
||||
go: 1.x
|
||||
os: linux
|
||||
before_install:
|
||||
- curl -sL https://deb.nodesource.com/setup_13.x | sudo -E bash -
|
||||
- curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
|
||||
- sudo apt-get install -y nodejs
|
||||
script:
|
||||
- make gen_release
|
||||
@ -37,4 +37,4 @@ jobs:
|
||||
tags: true
|
||||
file:
|
||||
- ~/factorio-server-manager-linux-${TRAVIS_TAG}.zip
|
||||
- ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
|
||||
- ~/factorio-server-manager-windows-${TRAVIS_TAG}.zip
|
||||
|
Loading…
Reference in New Issue
Block a user