Skip to content

Commit

Permalink
Fix up Circle to actually work for Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer committed Aug 12, 2024
1 parent 96519b0 commit 64f0864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,6 @@ commands:
or:
- equal: [ *amd_windows_executor, << parameters.platform >> ]
- equal: [ *arm_ubuntu_executor, << parameters.platform >> ]
- equal: [ *amd_musl_executor, << parameters.platform >> ]
steps:
- run:
name: Install volta
Expand Down Expand Up @@ -392,6 +391,7 @@ commands:
- run:
name: Install default versions of npm and node
shell: /bin/bash
command: |
volta install node@16
volta install npm@8
Expand Down

0 comments on commit 64f0864

Please sign in to comment.