Skip to content

Merge branch 'main' of https://github.com/mathe42/vite-plugin-comlink #541

Merge branch 'main' of https://github.com/mathe42/vite-plugin-comlink

Merge branch 'main' of https://github.com/mathe42/vite-plugin-comlink #541

Workflow file for this run

name: Node.js CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run build