mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
chore: adding node version to github action
This commit is contained in:
parent
ab6e30d21a
commit
7619d10c6c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/site.yml
vendored
1
.github/workflows/site.yml
vendored
|
|
@ -25,6 +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'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: site
|
working-directory: site
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue