Skip to content

Update Node.js to v22.12.0 #645

Update Node.js to v22.12.0

Update Node.js to v22.12.0 #645

Workflow file for this run

name: "Validate"
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up node.
uses: actions/[email protected]
with:
node-version: 20.10.0
- name: Lint
run: |
npm ci
npm run lint
env:
CI: true