add node task to fix build breaks (#110762)

This commit is contained in:
Jessica Petty
2020-11-16 23:42:45 -08:00
committed by GitHub
parent b25867b709
commit 6479a9c46a

View File

@@ -19,6 +19,10 @@ jobs:
key: ${{ runner.os }}-dependencies-${{ hashfiles('yarn.lock') }}
restore-keys: ${{ runner.os }}-dependencies-
- uses: actions/setup-node@v1
with:
node-version: 10
- name: Install dependencies
if: steps.caching-stage.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile