Skip to content

Update dependency zapier-platform-core to v15 #666

Update dependency zapier-platform-core to v15

Update dependency zapier-platform-core to v15 #666

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
- 'renovate/*'
jobs:
build:
runs-on: ubuntu-18.04
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
strategy:
matrix:
node: [ '14' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: yarn
- run: npm install -g zapier-platform-cli
- run: yarn lint
- run: zapier test