Updated to node 16 and allowed to auto-connect to the first server marked as auto-connect

This commit is contained in:
Alejandro Celaya
2021-10-31 00:07:38 +02:00
parent bd0fca23cf
commit e8ea3b4abe
8 changed files with 39365 additions and 63 deletions

View File

@@ -13,10 +13,10 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- name: Use node.js 14.15
- name: Use node.js
uses: actions/setup-node@v1
with:
node-version: 14.15
node-version: 16.13
- name: Build
run: |
npm ci && \