Update pr-build-check.yaml

This commit is contained in:
Neil MacDougall 2023-02-22 10:18:48 +00:00 committed by GitHub
parent a38ea42b8c
commit 066ef90bbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
- name: Setup Node.js - name: Setup Node.js
uses: actions/setup-node@v2 uses: actions/setup-node@v2
with: with:
node-version: '14.x' node-version: '16.x'
- name: Validate build - name: Validate build
run: | run: |
yarn install yarn install