Skip to content

Commit

Permalink
fix: update node.js action
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 3, 2023
1 parent c02c843 commit 473a7d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/nodejs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ runs:
with:
path: |
**/node_modules/
!**/node_modules/.cache
key: modules-cache__nodejs-${{ inputs.node-version }}__${{ hashFiles('**/package-lock.json') }}

- shell: bash
Expand Down

0 comments on commit 473a7d3

Please sign in to comment.