mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
chore: fix Astro deployment
This commit is contained in:
parent
7fd73364a0
commit
73fff11969
2 changed files with 0 additions and 2 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
with:
|
||||
node-version: 20
|
||||
cache: npm
|
||||
cache-dependency-path: site/package-lock.json
|
||||
|
||||
|
|
|
|||
1
.github/workflows/site.yml
vendored
1
.github/workflows/site.yml
vendored
|
|
@ -25,7 +25,6 @@ jobs:
|
|||
with:
|
||||
cache: npm
|
||||
cache-dependency-path: site/package-lock.json
|
||||
node-version: '24'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: site
|
||||
|
|
|
|||
Loading…
Reference in a new issue