We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9c8b commit d43acffCopy full SHA for d43acff
1 file changed
.github/workflows/static.yml
@@ -47,6 +47,8 @@ jobs:
47
uses: actions/setup-node@v4
48
with:
49
node-version: 24
50
+ cache: 'npm'
51
+ cache-dependency-path: .site/package-lock.json
52
53
- name: Install dependencies
54
run: npm install
0 commit comments