Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 540b257d43 chore(deps): update actions
CI / Dry-Run (pull_request) Successful in 10s
CI / Test (pull_request) Failing after 40s
CI / Check Dist (pull_request) Failing after 39s
2026-08-09 18:05:34 +00:00
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
with: with:
path: | path: |
node_modules node_modules
key: ${{ runner.os }}-${{ runner.arch }}-npm-${{ hashFiles('package-lock.json') }} key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
- name: Install dependencies - name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true' if: steps.cache-deps.outputs.cache-hit != 'true'
run: npm ci run: npm ci
@@ -53,7 +53,7 @@ jobs:
with: with:
path: | path: |
node_modules node_modules
key: ${{ runner.os }}-${{ runner.arch }}-npm-${{ hashFiles('package-lock.json') }} key: ${{ runner.os }}-npm-${{ hashFiles('package-lock.json') }}
- name: Install dependencies - name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true' if: steps.cache-deps.outputs.cache-hit != 'true'
run: npm ci run: npm ci