Skip to content

chore(deps): bump yargs-parser, del-cli and yargs #12

chore(deps): bump yargs-parser, del-cli and yargs

chore(deps): bump yargs-parser, del-cli and yargs #12

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, labeled, synchronize]
workflow_call: {}
env:
FORCE_COLOR: 1
jobs:
test:
name: Test
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Run tests
uses: ./.github/actions/run-tests