We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6362b commit 35c3f98Copy full SHA for 35c3f98
.github/workflows/windows_test_npm_install.yml
@@ -242,7 +242,7 @@ jobs:
242
# Install Windows build tools for compiling Node.js native add-ons.
243
- name: 'Install Windows build tools'
244
# Pin action to full length commit SHA
245
- uses: crazy-max/ghaction-chocolatey@0e015857dd851f84fcb7fb53380eb5c4c8202333 # v3.0.0
+ uses: crazy-max/ghaction-chocolatey@2ae99523e93879734d432250f87e2c45c379cd60 # v3.2.0
246
with:
247
args: install -y visualstudio2019buildtools visualstudio2019-workload-vctools
248
timeout-minutes: 10
0 commit comments