[v8.5.x] Build: Use specific nodejs version for levitate pipeline (#54211)

Co-authored-by: Esteban Beltran <academo@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-08-25 05:32:39 -04:00
committed by GitHub
co-authored by Esteban Beltran
parent 5260d264fb
commit 390c53a81e
@@ -15,6 +15,10 @@ jobs:
with:
path: './pr'
- uses: actions/setup-node@v3
with:
node-version: 16.16.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
@@ -56,6 +60,10 @@ jobs:
path: './base'
ref: ${{ github.event.pull_request.base.ref }}
- uses: actions/setup-node@v3
with:
node-version: 16.16.0
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"