Skip to content

Bump @rollup/plugin-typescript from 12.1.4 to 12.3.0 (#90) #276

Bump @rollup/plugin-typescript from 12.1.4 to 12.3.0 (#90)

Bump @rollup/plugin-typescript from 12.1.4 to 12.3.0 (#90) #276

Workflow file for this run

name: Node.js CI
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: make build