mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
Bump publish docs node version (#46475)
This commit is contained in:
parent
5881127319
commit
91265e6c8e
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v2.5.1
|
uses: actions/setup-node@v2.5.1
|
||||||
id: generate-docs
|
id: generate-docs
|
||||||
with:
|
with:
|
||||||
node-version: '14'
|
node-version: '16'
|
||||||
- name: Get yarn cache directory path
|
- name: Get yarn cache directory path
|
||||||
id: yarn-cache-dir-path
|
id: yarn-cache-dir-path
|
||||||
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
|
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
|
||||||
|
@ -15,6 +15,7 @@ Upgrading Go or Node.js requires making changes in many different files. See bel
|
|||||||
- `grafana/build-container`
|
- `grafana/build-container`
|
||||||
- Appveyor
|
- Appveyor
|
||||||
- Dockerfile
|
- Dockerfile
|
||||||
|
- `.github/workflows/publish.yml`
|
||||||
|
|
||||||
## Go dependencies
|
## Go dependencies
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user