use node 14, and only run on gristlabs

This commit is contained in:
Paul Fitzpatrick 2023-01-24 09:15:14 -05:00
parent 7e6404cb67
commit 6476fc30b7

View File

@ -11,6 +11,7 @@ permissions:
jobs: jobs:
build: build:
if: github.repository_owner == 'gristlabs'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -20,7 +21,7 @@ jobs:
- name: Use Node.js - name: Use Node.js
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 16 node-version: 14
- name: Install Node.js packages - name: Install Node.js packages
run: yarn install run: yarn install