Files
shlink-web-client/.github/workflows/ci.yml
Alejandro Celaya 3f34a1fb87 Updated to node 16
2022-05-25 18:13:32 +02:00

17 lines
288 B
YAML

name: Continuous integration
on:
pull_request: null
push:
branches:
- main
- develop
jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main
with:
node-version: 16.15
with-mutation-tests: true
publish-coverage: true