Skip to content

Commit

Permalink
add dependency path to fix caching
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Dec 7, 2023
1 parent a371693 commit f6d6208
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/setup-js-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ runs:
with:
node-version: '18.18.2'
cache: 'npm'
cache-dependency-path: 'package-lock.json'

- name: Install Dependencies
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"webpack-merge": "^5.8.0"
},
"engines": {
"node": ">=18.10.0 <=18.18.2"
"node": ">=18.10.0 <18.19"
},
"stylelint": {
"extends": "stylelint-config-standard"
Expand Down

0 comments on commit f6d6208

Please sign in to comment.