Skip to content

Commit

Permalink
Add minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sashuk committed Nov 17, 2023
1 parent 954dcb4 commit d01bad9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup Node.js 18.x
- name: Set up Node.js 18.x
uses: actions/[email protected]
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# This forces changesets to use git user, provided by GITHUB_TOKEN env var
persist-credentials: false

- name: Setup node
- name: Set up node
uses: actions/[email protected]
with:
node-version: 18
Expand Down
2 changes: 1 addition & 1 deletion build-publish-alpha-package/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
run: |
npm set "//registry.npmjs.org/:_authToken=$NPM_TOKEN"
- name: Setup node
- name: Set up node
uses: actions/[email protected]
with:
node-version: ${{ inputs.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions build-push-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ inputs:
runs:
using: composite
steps:
- name: Checkout davinci
- name: Check out davinci
uses: actions/checkout@v3
with:
repository: toptal/davinci
token: ${{ env.GITHUB_TOKEN }}
path: davinci
ref: ${{ inputs.davinci-branch }}

- name: Setup node
- name: Set up node
uses: actions/[email protected]
with:
node-version: ${{ inputs.node-version }}
Expand Down

0 comments on commit d01bad9

Please sign in to comment.