Skip to content

Commit

Permalink
Run NodeJS action
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Apr 18, 2024
1 parent fd327f2 commit 2a629d8
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
fetch-depth: 0

- name: Setup Windows environment
if: matrix.os == 'windows-2019'
#uses: microsoft/[email protected]
run: npm install -g windows-build-tools
#- name: Setup Windows environment
# if: matrix.os == 'windows-2019'
# #uses: microsoft/[email protected]
# run: npm install -g windows-build-tools

- uses: actions/setup-node@v4
with:
Expand All @@ -49,19 +49,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
#os: [ubuntu-latest, macos-latest]
#os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-latest]

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Windows environment
if: matrix.os == 'windows-2019'
#uses: microsoft/[email protected]
run: npm install -g windows-build-tools
#- name: Setup Windows environment
# if: matrix.os == 'windows-2019'
# #uses: microsoft/[email protected]
# run: npm install -g windows-build-tools

- uses: actions/setup-node@v4

Expand Down

0 comments on commit 2a629d8

Please sign in to comment.