Skip to content

Commit

Permalink
ci(root): improved some steps name
Browse files Browse the repository at this point in the history
  • Loading branch information
kurone-kito committed Dec 3, 2023
1 parent 70ce21b commit cc1957c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
git config --global core.eol lf
- name: Stages the pushed branch
uses: actions/checkout@v4
- name: Prepare the Node.js version ${{ matrix.node-version }} environment
- name: Pre-prepare the Node.js version ${{ matrix.node-version }} environment
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Enable the corepack because of the Yarn berry
run: corepack enable
- name: Prepare the Node.js version ${{ matrix.node-version }} environment
- name: Post-prepare the Node.js version ${{ matrix.node-version }} environment
uses: actions/setup-node@v4
with:
cache: ${{ !env.ACT && 'yarn' || '' }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
- name: Stages the pushed branch
uses: actions/checkout@v4
- name: Prepare the Node.js environment
- name: Pre-prepare the Node.js environment
uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: Enable the corepack because of the Yarn berry
run: corepack enable
- name: Prepare the Node.js environment
- name: Post-prepare the Node.js environment
uses: actions/setup-node@v4
with:
cache: ${{ !env.ACT && 'yarn' || '' }}
Expand Down

0 comments on commit cc1957c

Please sign in to comment.