Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
this project is so old, not even sure if the windows build will work
  • Loading branch information
ebshimizu authored Aug 6, 2024
1 parent 3f5d391 commit dd10ac8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest]
os: [windows-latest]
node: [10.x]

steps:
Expand All @@ -27,4 +27,4 @@ jobs:
- run: yarn protocol
- run: yarn run publish
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit dd10ac8

Please sign in to comment.