Bump publish docs node version (#46475)

pull/46481/head
Zoltán Bedi 4 years ago committed by GitHub
parent 5881127319
commit 91265e6c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish.yml
  2. 1
      UPGRADING_DEPENDENCIES.md

@ -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…
Cancel
Save