Skip to content

Vendor current package version #24

Vendor current package version

Vendor current package version #24

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm run res:build
- run: npm run coverage
- uses: codecov/codecov-action@v3
with:
files: coverage/lcov.info