Skip to content

Bump gopd from 1.0.1 to 1.2.0 #301

Bump gopd from 1.0.1 to 1.2.0

Bump gopd from 1.0.1 to 1.2.0 #301

Workflow file for this run

name: test npm
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
testEntitySearchWebApp:
name: npm ci and run
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: npm ci
- run: npm run build:docker --if-present
- run: npm run test:headless