Skip to content

Add JS to Dependabot (#19) #8

Add JS to Dependabot (#19)

Add JS to Dependabot (#19) #8

Workflow file for this run

name: "Test Node.js project with Jest"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "18.x"
- run: npm ci
- run: npm test