chore(actions): run docs actions on Node 16 to conform with the project (#26868)

Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
This commit is contained in:
Evan Rusackas
2024-01-29 16:53:38 -07:00
committed by GitHub
parent 785e832e8d
commit 5392a8c50f
3 changed files with 9 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ jobs:
with:
persist-credentials: false
submodules: recursive
- name: Set up Node.js 16
uses: actions/setup-node@v2
with:
node-version: '16'
- name: yarn install
run: |
yarn install --check-cache