Skip to content

Fix incorrect change to travis build matrix #9

Fix incorrect change to travis build matrix

Fix incorrect change to travis build matrix #9

Workflow file for this run

name: Build
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 20
- name: Install Dependencies
run: npm install
- name: build
run: npm run build