Skip to content

chore: add node v24 to supported engines #2440

chore: add node v24 to supported engines

chore: add node v24 to supported engines #2440

Workflow file for this run

name: Check Lint
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
concurrency:
group: pr-${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup PNPM
uses: dfinity/ci-tools/actions/setup-pnpm@main
- run: pnpm lint