Skip to content

Update production dependencies #189

Update production dependencies

Update production dependencies #189

Workflow file for this run

name: "Run linting and tests"
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18
uses: actions/setup-node@v1
with:
node-version: 18.x
- run: npm i -g npm@9
- run: npm ci
- run: npm run lint-check
- run: npm run test