Skip to content

chore(deps-dev): bump @tsconfig/node18 from 2.0.1 to 18.2.0 #257

chore(deps-dev): bump @tsconfig/node18 from 2.0.1 to 18.2.0

chore(deps-dev): bump @tsconfig/node18 from 2.0.1 to 18.2.0 #257

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3