Skip to content

build(deps-dev): bump ws from 8.17.0 to 8.17.1 #161

build(deps-dev): bump ws from 8.17.0 to 8.17.1

build(deps-dev): bump ws from 8.17.0 to 8.17.1 #161

Workflow file for this run

name: Build Project
on:
push
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Install Dependencies
run: npm i
- name: Run Tests
run: npm run test react-cookie-service
- name: Build project
run: npm run build react-cookie-service