Skip to content

chore(deps): bump @rolldown/binding-darwin-arm64 from 1.0.0-rc.15 to 1.0.0-rc.16 #48

chore(deps): bump @rolldown/binding-darwin-arm64 from 1.0.0-rc.15 to 1.0.0-rc.16

chore(deps): bump @rolldown/binding-darwin-arm64 from 1.0.0-rc.15 to 1.0.0-rc.16 #48

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 15
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v6
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install dependencies
run: npm ci
- name: Syntax check
run: |
node --check src/index.js
node --check src/client.js
node --check src/tools-events.js
node --check src/tools-events-schema.js
node --check src/tools-tasks.js
node --check src/events-shape.js
node --check src/calendar-cache.js
node --check src/validation.js
node --check bin/setup.js
bash -n install.sh
- name: Run tests
run: npm test
env:
MORGEN_API_KEY: test-key-placeholder