Skip to content

chore(governance): finalize v1.2.0 synchronization and environment resolution #251

chore(governance): finalize v1.2.0 synchronization and environment resolution

chore(governance): finalize v1.2.0 synchronization and environment resolution #251

Workflow file for this run

name: NodeJS with Webpack
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
npx webpack