Skip to content

[Snyk] Security upgrade node from 20.12.2-alpine to 20.18-alpine #6

[Snyk] Security upgrade node from 20.12.2-alpine to 20.18-alpine

[Snyk] Security upgrade node from 20.12.2-alpine to 20.18-alpine #6

Workflow file for this run

name: Test suite
on:
pull_request:
branches: [ master ]
jobs:
run-tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- run: make build
- run: make eslint
- run: make ci-tests