Skip to content

Globals;

Globals; #382

Workflow file for this run

name: NPM Build Test
on:
push:
branches: ['*']
jobs:
build:
runs-on: ubuntu-latest
name: NPM Build Test
steps:
- uses: actions/checkout@v3
- name: Install Packages and Build
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install && npm run build