Skip to content

build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #1190

build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1

build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 #1190

Workflow file for this run

name: Test build
on: [push, pull_request]
jobs:
test_build:
name: Test Build
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cp CI/ESS/local.config.json src/local.config.json
npm ci
npm run build