Skip to content

build(deps): bump dset from 3.1.3 to 3.1.4 #37

build(deps): bump dset from 3.1.3 to 3.1.4

build(deps): bump dset from 3.1.3 to 3.1.4 #37

Workflow file for this run

name: Build project
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build project
uses: actions/setup-node@v3
with:
node-version: '20.11.0'
- run: npm ci
- run: npm run build