Skip to content

chore(deps-dev): bump @types/node from 18.11.9 to 20.10.5 #58

chore(deps-dev): bump @types/node from 18.11.9 to 20.10.5

chore(deps-dev): bump @types/node from 18.11.9 to 20.10.5 #58

Workflow file for this run

name: Build Action
on:
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Node.JS 20
uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm install
- run: npm ci
- run: npm run build
# - run: npm run format-check --- bypass check because seems there is incompatiility between GitHub env and local windows env
- run: npm test