Skip to content

chore(deps): [email protected]

chore(deps): [email protected] #1956

Workflow file for this run

name: Build
on: [pull_request, push]
permissions:
contents: read
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18, 20]
os: [ubuntu-latest]
steps:
- uses: actions/[email protected]
- name: Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Update npm
run: |
npm install -g npm
npm --version
- name: Install dependencies
uses: bahmutov/[email protected]
with:
useLockFile: false
- run: npm ls
- run: npm test
- run: npm run lint
- run: npm run type-coverage