mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +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
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v6
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: 20
|
|
||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: site/package-lock.json
|
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:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: site/package-lock.json
|
cache-dependency-path: site/package-lock.json
|
||||||
node-version: '24'
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: site
|
working-directory: site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue