Skip to content

merge dev to staging #296

merge dev to staging

merge dev to staging #296

Workflow file for this run

name: Continuous Integration
on:
pull_request:
types:
- opened
branches:
- dev
- staging
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Node LTS versions
uses: msimerson/[email protected]
- run: npm install --force
- run: npm run build