Skip to content

Bump actions/checkout from 3.6.0 to 6.0.2 #82

Bump actions/checkout from 3.6.0 to 6.0.2

Bump actions/checkout from 3.6.0 to 6.0.2 #82

Workflow file for this run

name: Run CI tests
on:
push:
branches:
- main
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup node and npm
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
cache: npm
- name: NPM install
run: npm ci
shell: bash
- run: npm test