Skip to content

Bump js-cookie from 3.0.1 to 3.0.5 #777

Bump js-cookie from 3.0.1 to 3.0.5

Bump js-cookie from 3.0.1 to 3.0.5 #777

Workflow file for this run

name: Node CI
on:
push:
branches: '*'
pull_request:
branches : '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
- run: npm install
- run: npm run build
env:
CI: true