Skip to content

chore(deps): bump actions/checkout from 4.1.7 to 4.2.2 in /.github/workflows in the gha group across 1 directory #184

chore(deps): bump actions/checkout from 4.1.7 to 4.2.2 in /.github/workflows in the gha group across 1 directory

chore(deps): bump actions/checkout from 4.1.7 to 4.2.2 in /.github/workflows in the gha group across 1 directory #184

Workflow file for this run

name: nw-test-suite
on:
pull_request:
branches:
- main
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os:
- macos-14
- ubuntu-22.04
- windows-2022
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/[email protected]
- uses: volta-cli/[email protected]
- run: npm ci
- run: npm start