Skip to content

[BUMP] Lock file maintenance #165

[BUMP] Lock file maintenance

[BUMP] Lock file maintenance #165

Workflow file for this run

name: Node.js CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js 16
uses: actions/setup-node@v4
with:
node-version: 16
cache: 'npm'
- run: npm ci
- run: npm test