Skip to content

chore(deps-dev): bump @types/node from 20.2.4 to 20.5.4 #1631

chore(deps-dev): bump @types/node from 20.2.4 to 20.5.4

chore(deps-dev): bump @types/node from 20.2.4 to 20.5.4 #1631

Workflow file for this run

name: Test
on:
push:
branches:
- main
- features/**
- dependabot/**
pull_request:
branches:
- main
jobs:
tests:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
- run: npm install --prefer-offline --no-fund --no-progress
- run: npm run lint
- run: npm run build
- run: npm run test:postbuild