Skip to content

Merge pull request #19 from Mi-Tech-Consulting/revert-18-20240603_gan… #27

Merge pull request #19 from Mi-Tech-Consulting/revert-18-20240603_gan…

Merge pull request #19 from Mi-Tech-Consulting/revert-18-20240603_gan… #27

Workflow file for this run

name: Node.js CI
on:
push:
pull_request:
paths:
- '**.**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GB_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm i
- run: npm run build --if-present