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 Test
on:
push:
branches:
- main
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version: [18, 20, 21]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test