Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mandeep-mahra committed Jul 11, 2023
2 parents 3a2f577 + 9279635 commit e5244b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [16.x, 17.x, 18.x]
os: [windows-latest, ubuntu-latest, macos-latest, macos-12, ubuntu-20.04, ubuntu-22.04, windows-2022, windows-2019, macos-13, macos-11]
node-version: [15.x, 16.x, 17.x, 18.x, 19.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down

0 comments on commit e5244b7

Please sign in to comment.