Skip to content

Bump @rollup/plugin-typescript from 9.0.2 to 11.1.5 #2343

Bump @rollup/plugin-typescript from 9.0.2 to 11.1.5

Bump @rollup/plugin-typescript from 9.0.2 to 11.1.5 #2343

Workflow file for this run

name: actions
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install && npm test && npm run lint
env:
CI: true