Skip to content

Change to normal install instead of clean install #2

Change to normal install instead of clean install

Change to normal install instead of clean install #2

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm i
- run: npm run build --if-present
# Re-enable whenever tests are added
#- run: npm test