Skip to content

build(deps-dev): bump @types/node from 20.12.3 to 20.12.5 #586

build(deps-dev): bump @types/node from 20.12.3 to 20.12.5

build(deps-dev): bump @types/node from 20.12.3 to 20.12.5 #586

on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: 0
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: "npm"
node-version-file: package.json
check-latest: true
- run: npm i -g npm@latest
- run: npm ci
- run: npm run pack
- run: npm run check