Skip to content

Bump @tinacms/cli from 0.60.21 to 1.6.12 #14

Bump @tinacms/cli from 0.60.21 to 1.6.12

Bump @tinacms/cli from 0.60.21 to 1.6.12 #14

Workflow file for this run

name: Build Pull request
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ["12", "14", "16", "17"]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: yarn install
- run: yarn build