Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* skip npm i on release branches (#37) * Correct secret type for Docker config (#43) The suggested secret type does not work as a pull secret. Change to a type documented in the k8s docs: https://kubernetes.io/docs/concepts/configuration/secret/#docker-config-secrets * Update README.md with latest action version (#44) Fix the generic secret example, which had v1 in the action url. * new branch name in unit test workflow (#47) * release workflow (#48) * update workflow paths (#49) * Bump ansi-regex from 5.0.0 to 5.0.1 (#46) Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/chalk/ansi-regex/releases) - [Commits](chalk/ansi-regex@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: ansi-regex dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Removed lib/ and added lib/ to .gitignore. (#53) * switch to index.js for ncc compile (#57) * Bump ws from 2.3.1 to 7.5.7 (#58) Bumps [ws](https://github.com/websockets/ws) from 2.3.1 to 7.5.7. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@2.3.1...7.5.7) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump shelljs from 0.8.4 to 0.8.5 (#45) Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/shelljs/shelljs/releases) - [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md) - [Commits](shelljs/shelljs@v0.8.4...v0.8.5) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Add node modules and compiled JavaScript from main Co-authored-by: David Gamero <david340804@gmail.com> Co-authored-by: Richard Simko <rick.simko@gmail.com> Co-authored-by: Alexander Blagoev <alexander.i.blagoev@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tommy Barnes <thomas.jonathan.barnes@gmail.com> Co-authored-by: Oliver King <oking3@uncc.edu>
- Loading branch information