Skip to content

Commit

Permalink
Undo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed Apr 18, 2024
1 parent 2a629d8 commit c1efe1c
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on:
push:
tags:
- 'v*'
branches:
- master
pull_request:
branches:
- master
Expand All @@ -14,8 +12,8 @@ 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]
node: [16, 18, 20]

runs-on: ${{ matrix.os }}
Expand All @@ -24,11 +22,6 @@ 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

- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -58,11 +51,6 @@ 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

- uses: actions/setup-node@v4

- name: Install node-gyp and prebuildify
Expand Down

0 comments on commit c1efe1c

Please sign in to comment.