mirror of
https://github.com/OpenFactorioServerManager/factorio-server-manager.git
synced 2024-12-29 02:57:24 +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
|
||||
|
Loading…
Reference in New Issue
Block a user