Skip to content

Bump the production-dependencies group with 1 update #56

Bump the production-dependencies group with 1 update

Bump the production-dependencies group with 1 update #56

Workflow file for this run

name: Node.js CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16
uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci
- run: npm test