Skip to content

Commit

Permalink
fixup! further lock the 0.10/.12 npm fix down to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Jul 7, 2024
1 parent 62ebb55 commit 7a25331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/experimental.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

# Npm isn't being installed on windows w/ setup-node for
# 0.10 and 0.12, which will end up choking when the cli uses es6
- name: Install Globals if needed
- name: Windows 0.10 and 0.12 npm fix
if: >-
${{
(matrix.node-version == '0.10' || matrix.node-version == '0.12') &&
Expand Down

0 comments on commit 7a25331

Please sign in to comment.