Skip to content

Commit

Permalink
try gha build also windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 authored and rzr committed Jan 3, 2023
1 parent a874555 commit af26d04
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/nodepackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [
12,
14,
16,
18
]
matrix:x
os: [ubuntu-latest, windows-2019]
node_version: [12, 14, 16, 18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down

0 comments on commit af26d04

Please sign in to comment.