Skip to content

Update package.json #72

Update package.json

Update package.json #72

Workflow file for this run

name: Node Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: chmod 755 *
- run: npm ci
- run: npm test