Skip to content

Bump serve-static and express #172

Bump serve-static and express

Bump serve-static and express #172

Workflow file for this run

name: Admin panel CI
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.4.1]
steps:
- name: Install `just`
uses: extractions/setup-just@v1
- name: Download master branch
uses: actions/checkout@v2
- name: Install Node.js with version ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install node modules
run: npm ci
- name: Run tests
run: just test