Skip to content

chore: update software version in publiccode #56

chore: update software version in publiccode

chore: update software version in publiccode #56

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
run-build-and-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run build:lib
- run: npm run test
- uses: codecov/codecov-action@v2