-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use Nodejs 18.x for GitHub CI
Tidy doesn't like later versions. Signed-off-by: Drew Hess <[email protected]>
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 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 |
---|---|---|
|
@@ -29,7 +29,10 @@ jobs: | |
- name: Setup nodejs | ||
uses: actions/[email protected] | ||
with: | ||
node-version-file: package.json | ||
node-version: 18.x | ||
check-latest: true | ||
# Disabled until we can satisfy Tidy. | ||
#node-version-file: package.json | ||
cache: "pnpm" | ||
|
||
- name: Install dependencies | ||
|
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 |
---|---|---|
|
@@ -29,7 +29,10 @@ jobs: | |
- name: Setup nodejs | ||
uses: actions/[email protected] | ||
with: | ||
node-version-file: package.json | ||
node-version: 18.x | ||
check-latest: true | ||
# Disabled until we can satisfy Tidy. | ||
#node-version-file: package.json | ||
cache: "pnpm" | ||
|
||
- name: Install dependencies | ||
|