Skip to content

Commit

Permalink
Improve step name
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Dec 14, 2023
1 parent 28ad937 commit ed48b4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
token: ${{ secrets.INTEGRATIONS_FNM_BOT_TOKEN }}

- name: Set Node.js 20.x
- name: Setup node 20
uses: actions/setup-node@v3
with:
node-version: 20.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Set Node.js 20.x
- name: Setup node 20
uses: actions/setup-node@v3
with:
node-version: 20.x
Expand Down

0 comments on commit ed48b4e

Please sign in to comment.