Skip to content

Merge branch 'main' of https://github.com/atlasharry/JS_BackUp #18

Merge branch 'main' of https://github.com/atlasharry/JS_BackUp

Merge branch 'main' of https://github.com/atlasharry/JS_BackUp #18

# This workflow will run tests using node
name: Node.js Package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm test