Skip to content

build(deps): bump actions/checkout from 3.5.3 to 4.1.3 #45

build(deps): bump actions/checkout from 3.5.3 to 4.1.3

build(deps): bump actions/checkout from 3.5.3 to 4.1.3 #45

Workflow file for this run

name: "Test"
on:
push:
branches:
- "main"
- "v*"
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
cache: npm
node-version: 12.x
- run: npm ci
- run: npm test