Skip to content

They didn't like me naming it that #71

They didn't like me naming it that

They didn't like me naming it that #71

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