Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update dependency eslint to v9.39.2 #1008

Update dependency eslint to v9.39.2

Update dependency eslint to v9.39.2 #1008

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Use Node.js
uses: actions/setup-node@v5
with:
node-version: '22.x'
- run: npm ci
- run: npm run build --if-present
- run: npm test