mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-24 02:17:00 +08:00
ci: pin Node.js to 24 for Astro 6 compatibility
Astro 6 requires Node.js >=22.12.0; 'latest' was resolving to v20.
This commit is contained in:
parent
b2563bb228
commit
7fd73364a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
cache: npm
|
cache: npm
|
||||||
cache-dependency-path: site/package-lock.json
|
cache-dependency-path: site/package-lock.json
|
||||||
node-version: 'latest'
|
node-version: '24'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: site
|
working-directory: site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue