From 10cce9b16fc367c73a8e6a14764d10fc91accccb Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Tue, 1 Jun 2021 16:29:34 +0930 Subject: [PATCH] fix: use the exact version nexe wants --- .github/workflows/main.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9100a212b..c9b804cf9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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