mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
ci: remove node version pin in site build workflow
This commit is contained in:
parent
a4d0b1370c
commit
91a677423a
1 changed files with 0 additions and 1 deletions
1
.github/workflows/site.yml
vendored
1
.github/workflows/site.yml
vendored
|
|
@ -21,7 +21,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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue