Skip to content

typed task exports for all engines #3104

typed task exports for all engines

typed task exports for all engines #3104

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@master
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm install and test
run: |
yarn
yarn bootstrap
yarn test
env:
CI: true
- uses: codecov/codecov-action@v3
with:
token: ${{secrets.CODECOV_TOKEN}} #required
file: ./packages/rnv/coverage/clover.xml #optional
flags: rnvunittests #optional
name: rnv #optional