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

build(deps): Bump serve-static and express #44

build(deps): Bump serve-static and express

build(deps): Bump serve-static and express #44

Workflow file for this run

name: Basic CI
on:
pull_request:
branches:
- 'master'
push:
branches:
- '*'
paths-ignore:
- 'README.md'
- 'LICENSE'
- 'CODE_OF_CONDUCT.md'
- 'CONTRIBUTING.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Install dependencies
run: |
npm install
- name: Build
run: |
npm run build