Skip to content

refactor: upgarded and removed dependencies #2

refactor: upgarded and removed dependencies

refactor: upgarded and removed dependencies #2

Workflow file for this run

name: Test Errsole web build package
on:
push:
branches:
- master
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
# Run tests with coverage
- run: npm test -- --coverage
continue-on-error: false
# Build the project
- run: npm run build:web
env:
NODE_OPTIONS: --openssl-legacy-provider
- run: rm -rf lib/web/src/
- run: rm -rf benchmarks/