Skip to content

Bump the dependencies group across 1 directory with 14 updates #373

Bump the dependencies group across 1 directory with 14 updates

Bump the dependencies group across 1 directory with 14 updates #373

Workflow file for this run

name: Build and Test
on:
push:
branches-ignore: [gh-pages]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: package-lock.json
- name: npm install
run: npm install
- name: Run test
run: npm run test