Skip to content

chore(java-dep-check): add GPL/CP to the caution list (#15) #16

chore(java-dep-check): add GPL/CP to the caution list (#15)

chore(java-dep-check): add GPL/CP to the caution list (#15) #16

Workflow file for this run

name: Continuous integration (node-js code)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm ci
working-directory: common
- run: npm run build
working-directory: common
- run: npm test
working-directory: common