Skip to content

Bump js-yaml from 3.8.3 to 3.14.1 #24

Bump js-yaml from 3.8.3 to 3.14.1

Bump js-yaml from 3.8.3 to 3.14.1 #24

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