Skip to content

Commit ac9626f

Browse files
committed
chore(ci): use aa900031/github-actions/setup-node
1 parent de89d90 commit ac9626f

File tree

4 files changed

+9
-35
lines changed

4 files changed

+9
-35
lines changed

.github/actions/setup/action.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/workflows/release-preview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup
24-
uses: ./.github/actions/setup
24+
uses: aa900031/github-actions/setup-node@main
25+
with:
26+
no-turbo-cache: 'true'
2527

2628
- name: Build packages
2729
run: pnpm run build

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Setup
25-
uses: ./.github/actions/setup
25+
uses: aa900031/github-actions/setup-node@main
26+
with:
27+
no-turbo-cache: 'true'
2628

2729
- name: Build dist
2830
run: pnpm run build

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
fetch-depth: 0
2424

2525
- name: Setup
26-
uses: ./.github/actions/setup
26+
uses: aa900031/github-actions/setup-node@main
27+
with:
28+
no-turbo-cache: 'true'
2729

2830
- name: Run Test
2931
run: pnpm run test

0 commit comments

Comments
 (0)