Skip to content

chore!: target Node.js 18, use tsimp loader #2

chore!: target Node.js 18, use tsimp loader

chore!: target Node.js 18, use tsimp loader #2

Workflow file for this run

# https://github.com/orgs/community/discussions/26276#discussioncomment-3251141
name: CI Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install
- run: npm run lint