Skip to content

chore(deps): update minor versions in package.json #539

chore(deps): update minor versions in package.json

chore(deps): update minor versions in package.json #539

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
jobs:
run_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.19.6
cache: 'npm'
# Downgrade to npm 9 to avoid "Exit handler never called" bug in npm 10
- run: npm install -g npm@9
- run: npm ci
- name: Run build step
run: npm run build