Skip to content

update version validateur-bal 2.16 #1844

update version validateur-bal 2.16

update version validateur-bal 2.16 #1844

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
NEXT_PUBLIC_GHOST_URL_IMAGES_SOURCE: ghost.adresse.data.gouv.fr
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
- run: yarn lint
- run: yarn build