Skip to content

chore(deps): bump node-w3capi from 2.1.0 to 2.2.0 (#1894) #2707

chore(deps): bump node-w3capi from 2.1.0 to 2.2.0 (#1894)

chore(deps): bump node-w3capi from 2.1.0 to 2.2.0 (#1894) #2707

Workflow file for this run

name: Lint JS
on:
push:
paths:
- '**/*.js'
- 'package.json'
pull_request:
paths:
- '**/*.js'
- 'package.json'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
cache: npm
- run: npm ci
- run: npm run lint