Skip to content

chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#143) #500

chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#143)

chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 (#143) #500

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
# - '!main'
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v1
with:
node-version: 18
- run: npm ci --no-optional
- run: npm test
- name: 'Build web app artifacts'
run: npm run build
- uses: actions/upload-artifact@v3
with:
name: build-output
path: build