Skip to content

Bump actions/checkout from 2 to 4 in the ci-dependencies group #5

Bump actions/checkout from 2 to 4 in the ci-dependencies group

Bump actions/checkout from 2 to 4 in the ci-dependencies group #5

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