-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update development and build environment.
- Upgrade Ruby environment to supported version of Ruby (v2.7 to v3.3). - Upgrade Node environment to supported version of NodeJS (v14 to v20). - Update GitHub Actions to supported versions of actions. - Fix Docker environment to work with NREL's network SSL setup and provide new instructions for that setup. - Switch from yarn to pnpm for npm dependencies. - Update gem and npm dependencies (mostly just latest patch/minor versions).
- Loading branch information
Showing
17 changed files
with
7,735 additions
and
6,418 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
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#!/usr/bin/env bash | ||
exec docker-compose run --rm web "$(basename "$0")" "$@" | ||
exec docker compose run --rm web "$(basename "$0")" "$@" |
Oops, something went wrong.