Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 2, 2025
1 parent ab82805 commit c62ff67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ jobs:
node-version-file: '.node-version'

- name: Run build
shell: bash
run: |
corepack enable
Expand Down Expand Up @@ -266,6 +267,7 @@ jobs:
node-version-file: '.node-version'

- name: Run build
shell: bash
run: |
corepack enable
Expand Down Expand Up @@ -340,6 +342,7 @@ jobs:
node-version-file: '.node-version'

- name: Run build
shell: bash
run: |
corepack enable
Expand Down

0 comments on commit c62ff67

Please sign in to comment.