Skip to content

chore(deps): bump the dependencies group with 4 updates #264

chore(deps): bump the dependencies group with 4 updates

chore(deps): bump the dependencies group with 4 updates #264

Workflow file for this run

name: "Build & Test"
on:
pull_request:
branches: ["main"]
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '18'
- run: npm ci
- run: npm run build
- run: npm test