Skip to content

Merge pull request #11 from warrant-dev/deploy/v2.0.0 #12

Merge pull request #11 from warrant-dev/deploy/v2.0.0

Merge pull request #11 from warrant-dev/deploy/v2.0.0 #12

Workflow file for this run

name: Build & Test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Setup Node env
uses: actions/setup-node@v3
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Test and build
run: |
npm ci
npm run build
env:
NODE_OPTIONS: --openssl-legacy-provider