Skip to content

MAJOR: Upgrade packages and cut first major release #15

MAJOR: Upgrade packages and cut first major release

MAJOR: Upgrade packages and cut first major release #15

Workflow file for this run

name: Node.js CI Build
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 15.x
uses: actions/setup-node@v2
with:
node-version: 15.x
- run: npm ci
- run: npm test