Skip to content

ci(npm-audit-fix): run audit fix on main and stable1.0 only #643

ci(npm-audit-fix): run audit fix on main and stable1.0 only

ci(npm-audit-fix): run audit fix on main and stable1.0 only #643

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
jobs:
node:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
name: node${{ matrix.node-version }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up node ${{ matrix.node-version }}
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build