1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Install selectize via https, adjust Github workflows

This commit is contained in:
Kovah 2022-01-05 22:35:55 +01:00
parent 3cca268dc4
commit 3b7e8f74fa
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
3 changed files with 8 additions and 7 deletions

View File

@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: Build all assets
run: |

View File

@ -6,15 +6,16 @@ on:
jobs:
test-js:
name: Test asset generation process on Node 14 LTS
name: Test asset generation process on Node 16 LTS
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14 LTS
- name: Use Node.js 16 LTS
uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: 16.x
- name: Try to build the assets
run: |
@ -41,7 +42,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '7.3', '7.4', '8.0' ]
php-versions: [ '7.4', '8.0' ]
steps:
- uses: actions/checkout@v1

2
package-lock.json generated
View File

@ -15267,7 +15267,7 @@
},
"selectize": {
"version": "git+ssh://git@github.com/selectize/selectize.js.git#61f4e2e40bbc3fe02812e842d10d5e43596993d4",
"from": "selectize@github:selectize/selectize.js#master",
"from": "selectize@https://github.com/selectize/selectize.js.git#master",
"requires": {
"jquery-ui": "^1.13.0",
"microplugin": "0.0.3",