Skip to content

Commit

Permalink
Test on windows (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 authored Oct 27, 2023
1 parent b47813c commit a2ac49f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ on:

jobs:
build:

runs-on: ubuntu-latest

name: ${{ matrix.os }} - ${{ matrix.node-version }}
strategy:
fail-fast: false
matrix:
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

os: ["windows-latest", "ubuntu-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit a2ac49f

Please sign in to comment.