Skip to content

Commit

Permalink
CI: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Oct 30, 2024
1 parent 685cb40 commit 15835ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node }}
- name: Add msbuild to PATH
if: matrix.os == 'windows-latest'
uses: microsoft/setup-msbuild@v1.3
uses: microsoft/setup-msbuild@v2
- name: Install node-gyp
if: matrix.os == 'windows-latest'
run: |
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
npm install --build-from-source
- name: Test
uses: nick-fields/retry@v2
uses: nick-fields/retry@v3
with:
max_attempts: 3
retry_on: error
Expand Down

0 comments on commit 15835ac

Please sign in to comment.