Skip to content

Bump the dependencies group with 5 updates #162

Bump the dependencies group with 5 updates

Bump the dependencies group with 5 updates #162

Workflow file for this run

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