Skip to content

Bump the dependencies group across 1 directory with 18 updates #45

Bump the dependencies group across 1 directory with 18 updates

Bump the dependencies group across 1 directory with 18 updates #45

Workflow file for this run

name: Test
on: push
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