Skip to content

remove snyk from docker image, fix typos in docker image instructions #1207

remove snyk from docker image, fix typos in docker image instructions

remove snyk from docker image, fix typos in docker image instructions #1207

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