Skip to content

chore(dev-deps): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2 #12

chore(dev-deps): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2

chore(dev-deps): bump @rollup/plugin-typescript from 11.1.6 to 12.1.2 #12

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- main
jobs:
build:
name: Build
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
steps:
- uses: pnpm/[email protected]
with:
version: 8
- name: Checkout
uses: actions/[email protected]
- name: Setup Node
uses: actions/[email protected]
with:
node-version: 18
cache: pnpm
- name: Install Dependencies
run: pnpm install
- name: Build
run: pnpm build
- name: Test
run: pnpm test