Skip to content

chore(deps-dev): bump @types/node from 18.18.3 to 22.10.5 #252

chore(deps-dev): bump @types/node from 18.18.3 to 22.10.5

chore(deps-dev): bump @types/node from 18.18.3 to 22.10.5 #252

name: Test Actions
on:
push:
branches:
- main
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!(**/*.md)"
pull_request:
branches:
- main
paths:
- ".github/workflows/_internal-supported-version.yaml"
- "supported-version/**"
- "package-lock.json"
- "!(**/*.md)"
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
shell: bash
- run: npm test
shell: bash