Skip to content

deps(deps-dev): bump @types/node from 20.2.5 to 20.5.0 #535

deps(deps-dev): bump @types/node from 20.2.5 to 20.5.0

deps(deps-dev): bump @types/node from 20.2.5 to 20.5.0 #535

Workflow file for this run

name: Run tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Install dependencies with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- name: Run tests
run: npm test
- name: Upload Coverage
uses: codecov/codecov-action@v1