Use .nvmrc file for CI setup-node (#23562)

This commit is contained in:
Nick Schonning
2023-02-15 20:24:05 -05:00
committed by GitHub
parent 630975bf41
commit 1f957c6325
4 changed files with 4 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: '.nvmrc'
- name: Install all yarn packages
run: yarn --frozen-lockfile