Skip to content

Commit

Permalink
Update node.js.yml workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
DajosPatryk authored Feb 8, 2024
1 parent 2e1b4b1 commit a7342d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
path: ./server/node_modules
key: ${{ runner.os }}-node-${{ hashFiles('server/package-lock.json') }}
node-version: ${{ matrix.node-version }}
cache: 'npm'

Expand Down

0 comments on commit a7342d5

Please sign in to comment.