-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use NPM clean install and upgrade node to v18 (#8140)
(cherry picked from commit d2ea811)
- Loading branch information
1 parent
1dc8a07
commit 181118b
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