Skip to content

Update to warrant-js v3 #7

Update to warrant-js v3

Update to warrant-js v3 #7

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