Skip to content

Bump next from 14.2.10 to 14.2.15 #210

Bump next from 14.2.10 to 14.2.15

Bump next from 14.2.10 to 14.2.15 #210

Workflow file for this run

name: CI
on: [push]
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm run test