Skip to content

Bump js-yaml from 4.2.0 to 5.0.0 in /tests #543

Bump js-yaml from 4.2.0 to 5.0.0 in /tests

Bump js-yaml from 4.2.0 to 5.0.0 in /tests #543

Workflow file for this run

name: Lint Codebase
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Setup Nodejs and npm
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
- name: Setup yarn
run: npm install -g yarn
- name: Setup Nodejs with yarn caching
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '24'
cache: yarn
- name: Install dependencies
run: yarn
- name: Run ESLint
run: yarn lint