-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PR #8140/d2ea8118 backport][3.9] Use NPM clean install and upgrade n…
…ode to v18 (#8149) **This is a backport of PR #8140 as merged into master (d2ea811).** Co-authored-by: Steve Repsher <[email protected]>
- Loading branch information
1 parent
2a5dc57
commit 9910f5f
Showing
4 changed files
with
5 additions
and
4 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 |
---|---|---|
|
@@ -102,13 +102,13 @@ jobs: | |
uses: actions/[email protected] | ||
id: cache | ||
with: | ||
key: llhttp-${{ hashFiles('vendor/llhttp/package.json', 'vendor/llhttp/src/**/*') }} | ||
key: llhttp-${{ hashFiles('vendor/llhttp/package*.json', 'vendor/llhttp/src/**/*') }} | ||
path: vendor/llhttp/build | ||
- name: Setup NodeJS | ||
if: steps.cache.outputs.cache-hit != 'true' | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '14' | ||
node-version: 18 | ||
- name: Generate llhttp sources | ||
if: steps.cache.outputs.cache-hit != 'true' | ||
run: | | ||
|
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Updated CI and documentation to use NPM clean install and upgrade node to version 18 -- by :user:`steverep`. |
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