Skip to content

Commit

Permalink
try caching again
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Dec 13, 2023
1 parent b61bf89 commit 9083fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -21,9 +21,9 @@ jobs:
uses: MasterworksIO/action-local-cache@2
with:
strategy: move
path: ~/.npm
path: .npm
key: ${{ env.NODE_VERSION }}
- run: npm ci
- run: npm ci --cache .npm
- run: npm run build
- run: npm run test
npm-release:
Expand Down

0 comments on commit 9083fbe

Please sign in to comment.