-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|