Skip to content

Merge pull request #1316 from buttercup/feat/mac_multi_arch #438

Merge pull request #1316 from buttercup/feat/mac_multi_arch

Merge pull request #1316 from buttercup/feat/mac_multi_arch #438

Workflow file for this run

name: Node.js tests
on: push
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Build w/ Node ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Test
uses: GabrielBB/xvfb-action@v1.0
with:
run: npm test