Skip to content

⬆️ Bump @types/node from 20.8.4 to 20.8.7 #674

⬆️ Bump @types/node from 20.8.4 to 20.8.7

⬆️ Bump @types/node from 20.8.4 to 20.8.7 #674

Workflow file for this run

name: Node.js CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npm run check-lint-format
- run: npm run unit-test