Skip to content

Commit

Permalink
Revert "ci: disable npm cache"
Browse files Browse the repository at this point in the history
This reverts commit 5766372.
  • Loading branch information
marcusforsberg committed Apr 22, 2024
1 parent b03c4be commit bc67346
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
#cache: npm
cache: npm
node-version: lts/*
- run: npm clean-install
# Linting can be skipped
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
#cache: npm
cache: npm
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test --if-present
Expand All @@ -114,7 +114,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
#cache: npm
cache: npm
node-version: lts/*
- run: npm clean-install
- run: npm audit signatures
Expand Down

0 comments on commit bc67346

Please sign in to comment.