Skip to content

Commit 103edee

Browse files
starfy84Copilot
andauthored
Update .github/workflows/pull_request.yaml
Co-authored-by: Copilot <[email protected]>
1 parent ce09f16 commit 103edee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull_request.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ jobs:
5656
uses: actions/setup-node@v4
5757
with:
5858
node-version: 22
59+
- name: Cache npm dependencies
60+
uses: actions/cache@v4
61+
with:
62+
path: '**/node_modules'
63+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
64+
restore-keys: |
65+
${{ runner.os }}-node-
5966
- name: Install Dependencies
6067
run: npm ci
6168

0 commit comments

Comments
 (0)