Skip to content

GSIFI-REFARCH-WP-024 — Six-Layer Full-Stack AI Governance for Tier-1 Global Banks #137

GSIFI-REFARCH-WP-024 — Six-Layer Full-Stack AI Governance for Tier-1 Global Banks

GSIFI-REFARCH-WP-024 — Six-Layer Full-Stack AI Governance for Tier-1 Global Banks #137

Workflow file for this run

name: NodeJS with Grunt
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@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install
grunt