summaryrefslogtreecommitdiff
path: root/.github/workflows/package.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: remove .githubInsert5StarName2023-12-091-74/+0
|
* chore(deps): bump actions/setup-python from 4.8.0 to 5.0.0dependabot[bot]2023-12-061-1/+1
| | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.8.0 to 5.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump actions/setup-python from 4.7.1 to 4.8.0 (#209)dependabot[bot]2023-12-051-1/+1
| | | | | | | | | | | | | | | Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.7.1 to 4.8.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore(deps): bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.3.1dependabot[bot]2023-10-311-1/+1
| | | | | | | | | | | | | | Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump actions/setup-node from 3 to 4dependabot[bot]2023-10-241-1/+1
| | | | | | | | | | | | | | Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): bump actions/checkout from 4.1.0 to 4.1.1dependabot[bot]2023-10-181-1/+1
| | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Feat: binary builds (#60)April John2023-10-081-39/+17
| | | Automatic binary
* Use rollup node resolveApril John2023-10-071-1/+2
|
* Upload release artifactsApril John2023-10-071-3/+26
|
* Change pkg commandApril John2023-10-071-1/+1
|
* Transpile when packaging from ESM to CJSApril John2023-10-071-0/+3
| | | *insert April ranting about Javascript here*
* Update package workflowApril John2023-10-071-2/+6
|
* Checkout submodulesApril John2023-10-071-1/+4
|
* Rename package workflow to proper naming schemeApril John2023-10-071-3/+5
|
* Wip package.ymlApril John2023-10-071-0/+60