Skip to content

Commit

Permalink
fix: fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
molok0aleks99 committed Dec 17, 2024
1 parent 4ced04b commit d441f6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc
cache: 'yarn'

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc
cache: 'yarn'

- name: Install Dependencies
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Restore cache
uses: actions/cache@v4
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Restore cache
uses: actions/cache@v4
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Restore cache
uses: actions/cache@v4
Expand All @@ -104,7 +104,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Restore cache
uses: actions/cache@v4
Expand All @@ -130,7 +130,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Restore cache
uses: actions/cache@v4
Expand All @@ -156,7 +156,7 @@ jobs:
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: .nvmrc
node-version-file: .nvmrc

- name: Restore cache
uses: actions/cache@v4
Expand Down

0 comments on commit d441f6e

Please sign in to comment.