Skip to content

Use npm

Use npm #152

Workflow file for this run

name: Push
on: [push]
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm install
- run: npm run lint
- run: npm start &
- run: sleep 2
- run: npm test