-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: bump to use nodejs 20 runtime (#183)
* feat: bump to use nodejs 20 runtime Signed-off-by: Rui Chen <[email protected]> * feat: bump actions/checkout to v4 to use nodejs 20 runtime Signed-off-by: Rui Chen <[email protected]> * feat: bump actions/setup-node to v4 to use nodejs 20 runtime Signed-off-by: Rui Chen <[email protected]> * feat: use node-version-file instead of node-version Signed-off-by: Rui Chen <[email protected]> * chore: update org for foresight* actions Signed-off-by: Rui Chen <[email protected]> --------- Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
e4ee818
commit c945b89
Showing
13 changed files
with
34,574 additions
and
150,100 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
20.12.2 |
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ inputs: | |
default: true | ||
|
||
runs: | ||
using: 'node16' | ||
using: 'node20' | ||
main: 'dist/index.js' | ||
|
||
branding: | ||
|
Oops, something went wrong.