Skip to content

[DDO-3654]: Bump actions/checkout from 5 to 6 #127

[DDO-3654]: Bump actions/checkout from 5 to 6

[DDO-3654]: Bump actions/checkout from 5 to 6 #127

Workflow file for this run

name: "Test"
on:
pull_request:
branches:
- main
jobs:
jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version-file: package.json
- run: npm ci
- run: npm test