Skip to content

Commit

Permalink
chore: minor words
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Dec 22, 2023
1 parent 247c4bb commit 6b6b3c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
- name: Checkout
uses: actions/checkout@v4

- name: Use Node.js
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down

0 comments on commit 6b6b3c1

Please sign in to comment.