Skip to content

Bump the non-major-versions group with 3 updates #4

Bump the non-major-versions group with 3 updates

Bump the non-major-versions group with 3 updates #4

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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
- run: npm install
- run: npm test