Skip to content

Bump semver from 6.3.0 to 6.3.1 in /node/javascript/v1/AmpliApp #34

Bump semver from 6.3.0 to 6.3.1 in /node/javascript/v1/AmpliApp

Bump semver from 6.3.0 to 6.3.1 in /node/javascript/v1/AmpliApp #34

name: Ampli Merge Check (Node V1)
on:
pull_request:
paths:
- 'node/javascript/v1/**'
- 'node/typescript/v1/**'
jobs:
build:
runs-on: ubuntu-latest
container:
image: amplitudeinc/ampli
env:
API_URL: https://data-api.staging.amplitude.com/graphql
APP_URL: https://data.staging.amplitude.com/
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: (Node JS V1) Check the Data branch is merged before merging the Git branch
working-directory: ./node/javascript/v1/AmpliApp
run: ampli status --is-merged -t ${{secrets.AMPLI_TOKEN}}
- name: (Node TS V1) Check the Data branch is merged before merging the Git branch
working-directory: ./node/typescript/v1/AmpliApp
run: ampli status --is-merged -t ${{secrets.AMPLI_TOKEN}}