Skip to content

Bump to 2.5.3

Bump to 2.5.3 #69

Workflow file for this run

name: ci
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node 20
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run lint