Skip to content

Commit 42b6b9a

Browse files
authored
Merge branch 'master' into renovate/major-github-artifact-actions
2 parents 12e4848 + 0ebcca4 commit 42b6b9a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v5
1919
- uses: actions/setup-node@v6
20+
- uses: actions/cache@v4
21+
with:
22+
path: node_modules
23+
key: ${{ runner.os }}-${{ hashFiles('package-lock.json') }}
2024
- name: Install Packages
2125
run: |
2226
npm i -f

0 commit comments

Comments
 (0)