generated from wayfair-incubator/oss-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Node * update pnpm action * checkout repo before pnpm action
- Loading branch information
1 parent
ae93d30
commit ff06338
Showing
4 changed files
with
6 additions
and
10 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 |
---|---|---|
|
@@ -12,16 +12,14 @@ jobs: | |
env: | ||
CI: true | ||
steps: | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.23.1 | ||
|
||
- name: Checkout Repo | ||
uses: actions/checkout@main | ||
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: pnpm/action-setup@master | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@main | ||
with: | ||
|
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
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 |
---|---|---|
|
@@ -13,13 +13,11 @@ jobs: | |
env: | ||
CI: true | ||
steps: | ||
- uses: pnpm/[email protected] | ||
with: | ||
version: 6.23.1 | ||
|
||
- name: Checkout Repo | ||
uses: actions/checkout@main | ||
|
||
- uses: pnpm/action-setup@v4 | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@main | ||
with: | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
16.20.0 | ||
20 |