Skip to content

Commit

Permalink
CI: Update dependencies (laverdet#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads authored and garymathews committed Jan 1, 2025
1 parent 2289ea5 commit 573d336
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 573d336

Please sign in to comment.