Skip to content

ci: add macOS to matrix (#257) #409

ci: add macOS to matrix (#257)

ci: add macOS to matrix (#257) #409

Workflow file for this run

name: '🪟'
on:
push:
branches:
- 'main'
pull_request:
workflow_dispatch:
jobs:
node:
runs-on: windows-latest
timeout-minutes: 5
strategy:
fail-fast: false
name: Windows
steps:
- name: ➕ Actions - Checkout
uses: actions/checkout@v4
- name: ➕ Actions - Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: '22.x'
cache: 'npm'
- name: 📦 Installing Dependencies
run: npm ci
- name: 🔬 Node
run: npm run test