Skip to content

build(deps-dev): bump @types/node from 20.8.6 to 20.8.10 #172

build(deps-dev): bump @types/node from 20.8.6 to 20.8.10

build(deps-dev): bump @types/node from 20.8.6 to 20.8.10 #172

Workflow file for this run

name: NodeJS Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Node.js 20
uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: npm ci
- run: npm run build --if-present
- run: npm test