[v9.1.x] Build: Use specific nodejs version for levitate pipeline (#54212)

Co-authored-by: Esteban Beltran <academo@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-08-25 05:27:12 -04:00
committed by GitHub
co-authored by Esteban Beltran
parent de4cd984bd
commit 665da6bc21
@@ -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)"