Skip to content

Commit

Permalink
Fix for action npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
n3r committed Jan 7, 2024
1 parent 10bc7d4 commit 34369e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4,867 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with: { node-version: 18, cache: npm }
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
cache-dependency-path: testops-api/package-lock.json

- run: npm ci --omit=optional -f
- run: npm run build
Expand Down
Loading

0 comments on commit 34369e9

Please sign in to comment.