mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +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:
|
||||
cache: npm
|
||||
cache-dependency-path: site/package-lock.json
|
||||
node-version: 'latest'
|
||||
node-version: '24'
|
||||
|
||||
- name: Install dependencies
|
||||
working-directory: site
|
||||
|
|
|
|||
Loading…
Reference in a new issue