Skip to content

Update Node.js to v20.13.1 #581

Update Node.js to v20.13.1

Update Node.js to v20.13.1 #581

Workflow file for this run

name: Lint
on: [push, pull_request]
env:
SKIP_ENV_VALIDATION: true
jobs:
lint:
name: Lint code
timeout-minutes: 15
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Lint code
run: pnpm lint