Skip to content

Commit

Permalink
Merge pull request gobitfly#572 from gobitfly/NOBIDS/add_npm_caching_…
Browse files Browse the repository at this point in the history
…to_linter_workflow

chore: update Node.js version to 21 and add npm cache for frontend de…
  • Loading branch information
peterbitfly authored Jul 10, 2024
2 parents fd02d73 + 330fa1e commit 029445a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/frontend-lint-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 21
cache: 'npm'
cache-dependency-path: frontend/package-lock.json
- name: Install Dependencies
working-directory: frontend
env:
Expand Down

0 comments on commit 029445a

Please sign in to comment.