Skip to content

Bump diff from 3.2.0 to 3.5.0 #16

Bump diff from 3.2.0 to 3.5.0

Bump diff from 3.2.0 to 3.5.0 #16

Workflow file for this run

name: CI for Identifiers
on:
push:
branches:
- '**'
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [23, 22, 20, 18]
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test