-
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.
This PR follows the instructions in the "DEVELOPING.md" document to update Node to version 20. In addition, a few unrelated changes have been made CI uses latest versions of GitHub actions latest version of EDM is tested (v 3.7.0) Example code in README is updated Update action versions in README example #11 ) Note that this PR makes a forward looking change to the documentation - enthought/setup-edm-action@v3 is used, given that we should be releasing a new version of the action after this PR is merged.
- Loading branch information
1 parent
b7fe1a9
commit f603052
Showing
6 changed files
with
98 additions
and
98 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
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 |
---|---|---|
|
@@ -26,5 +26,5 @@ inputs: | |
default: ~/.cache/download | ||
|
||
runs: | ||
using: 'node16' | ||
using: 'node20' | ||
main: 'dist/index.js' |
Oops, something went wrong.