Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Merge pull request #436 from clicepfl/391-change-committee-members #866

Merge pull request #436 from clicepfl/391-change-committee-members

Merge pull request #436 from clicepfl/391-change-committee-members #866

Workflow file for this run

name: nodejs-ci
on:
push:
branches:
- main
pull_request:
branches:
- main
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
nodejs-ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use matching NodeJS version
uses: actions/setup-node@v2
with:
node-version: '16'
check-latest: true
- name: Install modules and run gulp
run: npm ci
- name: Test
run: npm run test