Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #34

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #34

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