Skip to content

Commit

Permalink
ci: use npm cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Jul 26, 2024
1 parent f52a6c8 commit 23cf672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- id: install-node-dependencies
run: npm ci
- id: lint
name: Lint
run: npm run lint
- uses: ./.github/actions/playwright-setup
- uses: aws-actions/configure-aws-credentials@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'npm'
- id: install-node-dependencies
run: npm ci
- id: lint
name: Lint
run: npm run lint
- uses: ./.github/actions/playwright-setup

Expand Down

0 comments on commit 23cf672

Please sign in to comment.