Skip to content

fix(deps): update dependency @types/node to v20.16.10 #560

fix(deps): update dependency @types/node to v20.16.10

fix(deps): update dependency @types/node to v20.16.10 #560

Workflow file for this run

name: Build and Test NODE
on: [pull_request, push, workflow_dispatch]
jobs:
build-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: "Setup node with cache"
uses: actions/setup-node@v4
with:
node-version: 14
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn start
- run: yarn test