Skip to content

Commit

Permalink
Remove npm caching for neutralino build
Browse files Browse the repository at this point in the history
  • Loading branch information
thegu5 authored May 26, 2024
1 parent 24ae41b commit f513c6c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/neutralino-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Get npm cache directory
id: npm-cache-dir
run: |
echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@v3
id: npm-cache
with:
path: ${{ steps.npm-cache-dir.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm i -g @neutralinojs/neu
if: steps.npm-cache.outputs.cache-hit != 'true'
- run: neu update
- run: neu build
- name: Upload a Build Artifact
Expand Down

0 comments on commit f513c6c

Please sign in to comment.