Skip to content

🤖 [Actions] Convert all labeler entries to an array #115

🤖 [Actions] Convert all labeler entries to an array

🤖 [Actions] Convert all labeler entries to an array #115

Workflow file for this run

name: Test
on: [push]
jobs:
test:
name: Run test suites
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Setup Node 20.x to install with private scope
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test