Skip to content

build(deps): bump ip from 2.0.0 to 2.0.1 (#45) #93

build(deps): bump ip from 2.0.0 to 2.0.1 (#45)

build(deps): bump ip from 2.0.0 to 2.0.1 (#45) #93

Workflow file for this run

name: CI
on:
push:
branches:
- 'main'
paths-ignore:
- '**.md'
pull_request:
branches:
- 'main'
paths-ignore:
- '**.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test
- run: npm run test:e2e
- run: npm run build:all
build-image:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: docker compose -f docker-compose.prod.yml build