fix: use the exact version nexe wants

This commit is contained in:
Alexis Tyler
2021-06-01 16:29:34 +09:30
parent 3acb9a3f7f
commit 10cce9b16f

View File

@@ -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