Skip to content

fix(windows): remove the need for admin #62

fix(windows): remove the need for admin

fix(windows): remove the need for admin #62

Workflow file for this run

name: test
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, macos-latest, linux-latest]
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- uses: gozala/[email protected]
- run: npm run build --if-present
- run: npm test