Skip to content

Bump the npm-deps group with 4 updates #125

Bump the npm-deps group with 4 updates

Bump the npm-deps group with 4 updates #125

Workflow file for this run

---
name: ci-javascript
on:
workflow_dispatch:
pull_request:
branches: [ main ]
paths:
- './src/**'
- 'package*.json'
jobs:
validation:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm install
run: npm install
- name: npm test
run: npm test