Skip to content

Bump got from 9.6.0 to 14.0.0 #1095

Bump got from 9.6.0 to 14.0.0

Bump got from 9.6.0 to 14.0.0 #1095

Workflow file for this run

name: Node CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: npm ci
- run: npm test
env:
CI: true