From dd10ac8d338840df40dd170ada4072231ea19f87 Mon Sep 17 00:00:00 2001 From: Evan Shimizu Date: Mon, 5 Aug 2024 20:25:47 -0700 Subject: [PATCH] Update nodejs.yml this project is so old, not even sure if the windows build will work --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index dd0fea6..7ff813b 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest, windows-latest] + os: [windows-latest] node: [10.x] steps: @@ -27,4 +27,4 @@ jobs: - run: yarn protocol - run: yarn run publish env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}