Skip to content

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 #169

build(deps): bump actions/checkout from 4.1.7 to 4.2.2

build(deps): bump actions/checkout from 4.1.7 to 4.2.2 #169

Workflow file for this run

name: Build & Test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-node@v4
with:
node-version: 16
- name: Install npm dependencies
run: npm ci --ignore-scripts
- name: Build and run tests
run: npm rebuild && npm run all