Skip to content

chore(deps-dev): bump get-port from 7.1.0 to 7.2.0 (#1221) #1945

chore(deps-dev): bump get-port from 7.1.0 to 7.2.0 (#1221)

chore(deps-dev): bump get-port from 7.1.0 to 7.2.0 (#1221) #1945

Workflow file for this run

name: build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [20]
env:
NODE_ENV: test
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: npm ci
run: |
npm ci
- name: npm lint
run: |
npm run lint