Skip to content

Commit

Permalink
Added condition to npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkristof committed Oct 23, 2023
1 parent 3bdb92b commit b89e356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ jobs:
node-version: 20

- name: install npm
if: steps.cache_node_modules.outputs.cache-hit != 'true'
run: npm install

- name: cache node modules
id: cache_node_modules
uses: actions/cache@v3
with:
path: ./webgui-new/node_modules
Expand Down

0 comments on commit b89e356

Please sign in to comment.