Skip to content

Bump serve from 14.2.1 to 14.2.2 #94

Bump serve from 14.2.1 to 14.2.2

Bump serve from 14.2.1 to 14.2.2 #94

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18, 20]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run lint
- run: npm run build
- run: npm test