Skip to content

Bump @types/node from 20.2.3 to 20.4.6 #328

Bump @types/node from 20.2.3 to 20.4.6

Bump @types/node from 20.2.3 to 20.4.6 #328

Workflow file for this run

name: Build and Test
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v3
with:
node-version: "16.x"
registry-url: "https://registry.npmjs.org"
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Tests w/ Coverage
run: yarn test:coverage