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