Skip to content

Commit

Permalink
legg til npm i cache igjen
Browse files Browse the repository at this point in the history
  • Loading branch information
ssaegrov committed Jan 31, 2024
1 parent a11c7b2 commit cac5cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
key: modules-${{ hashFiles('package-lock.json') }}

- uses: actions/setup-node@v4
# if: steps.node_modules.outputs.cache-hit != 'true'
if: steps.node_modules.outputs.cache-hit != 'true'
with:
node-version: "20.x"
cache: "npm"
registry-url: "https://npm.pkg.github.com"

- run: npm ci --ignore-scripts
# if: steps.node_modules.outputs.cache-hit != 'true'
if: steps.node_modules.outputs.cache-hit != 'true'
env:
NODE_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

Expand Down

0 comments on commit cac5cc3

Please sign in to comment.