Skip to content

Bump the non-major-versions group with 2 updates #6

Bump the non-major-versions group with 2 updates

Bump the non-major-versions group with 2 updates #6

Workflow file for this run

name: Test
permissions:
contents: write
issues: write
pull-requests: write
on:
pull_request:
push:
jobs:
mocha:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
- run: npm install
- run: npm test