Skip to content

Merge branch 'dev' of github.com:gbv/cocoda into dev #364

Merge branch 'dev' of github.com:gbv/cocoda into dev

Merge branch 'dev' of github.com:gbv/cocoda into dev #364

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x ]
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/build
with:
version: ${{ matrix.node-version }}