Skip to content

[maint]: Updated immediate response workflows via automation #501

[maint]: Updated immediate response workflows via automation

[maint]: Updated immediate response workflows via automation #501

Workflow file for this run

name: Test
"on":
push:
branches:
- dependabot/npm_and_yarn/**
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- run: npm ci
- run: npm test