Skip to content

feat: windows

feat: windows #8

Workflow file for this run

name: PR Build
on:
pull_request:
branches: [master]
jobs:
build:
runs-on: blacksmith-4vcpu-ubuntu-2204
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: useblacksmith/setup-node@v5
with:
node-version: '22'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build