Skip to content

chore(deps-dev): bump nw-builder from 4.8.1 to 4.9.0 in the npm group #132

chore(deps-dev): bump nw-builder from 4.8.1 to 4.9.0 in the npm group

chore(deps-dev): bump nw-builder from 4.8.1 to 4.9.0 in the npm group #132

Workflow file for this run

name: gha
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: windows-2022
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Use Node version defined in manifest
uses: volta-cli/[email protected]
- name: Node.js version
run: node -v
- name: npm version
run: npm -v
- name: Install dependencies
run: npm ci
- name: Check for linting errors
run: npm run lint
- name: Check for build errors
run: npm run bld
- name: Run test suite
run: npm test