mirror of
https://github.com/unraid/api.git
synced 2026-01-06 16:49:49 -06:00
fix: use the exact version nexe wants
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -107,7 +107,7 @@ jobs:
|
||||
- name: Install node v14
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Load npm cache
|
||||
uses: actions/cache@v2
|
||||
@@ -157,7 +157,7 @@ jobs:
|
||||
- name: Install node v14
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
node-version: 14.15.3
|
||||
|
||||
- name: Load npm cache
|
||||
uses: actions/cache@v2
|
||||
@@ -176,14 +176,6 @@ jobs:
|
||||
shell: bash
|
||||
run: tar xvzf ./unraid-api-*.tgz --strip 1 && rm ./unraid-api-*.tgz
|
||||
|
||||
- name: Load nexe cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.nexe
|
||||
key: ${{ runner.os }}-nexe-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-nexe-${{ hashFiles('**/package-lock.json') }}
|
||||
|
||||
- name: Install nexe
|
||||
run: npm i -g nexe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user