Skip to content

npm: harden default config #1071

npm: harden default config

npm: harden default config #1071

Workflow file for this run

name: Build
on:
push:
pull_request:
jobs:
build:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
cache: 'npm'
- run: ./bin/check-for-large-files.sh
- run: npm ci
- run: npm run build
- run: ./bin/check-bundle-size.js