Skip to content

Fix file path

Fix file path #18

Workflow file for this run

name: 'build-test'
on: [push]
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- run: |
npm install
- run: |
npm run all