aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/node.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build(deps): bump actions/setup-node in the github-actions groupdependabot[bot]5 days1-1/+1
| | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump the github-actions group with 3 updatesdependabot[bot]2025-09-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 3 updates: [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-node](https://github.com/actions/setup-node) and [actions/setup-go](https://github.com/actions/setup-go). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v5) Updates `actions/setup-go` from 5 to 6 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* build(deps): bump actions/checkout in the github-actions groupdependabot[bot]2025-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Lint ourselvesMatt Strapp2024-11-011-3/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* feat: Vue (#37)Matthew Strapp2024-10-311-1/+1
| | | | | --------- Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* feat: Svelte (#34)Matthew Strapp2024-10-301-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Svelte Signed-off-by: Matt Strapp <matt@mattstrapp.net> * oopsie Signed-off-by: Matt Strapp <matt@mattstrapp.net> * add docs Signed-off-by: Matt Strapp <matt@mattstrapp.net> * dev dependency Signed-off-by: Matt Strapp <matt@mattstrapp.net> * Lint Signed-off-by: Matt Strapp <matt@mattstrapp.net> * CI: Check formatting Signed-off-by: Matt Strapp <matt@mattstrapp.net> * Add line ending thingy Signed-off-by: Matt Strapp <matt@mattstrapp.net> * Update prettier and typescript versions in package.json Signed-off-by: Matt Strapp <matt@mattstrapp.net> --------- Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* feat: Deno and ChangesetsMatt Strapp2024-10-291-1/+4
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Make turbo happyMatt Strapp2024-09-201-1/+0
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Move node packages to src/Matt Strapp2024-09-201-2/+3
| | | | | | At least pretend to make it clean Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* attempt to fix node CIMatt Strapp2024-08-091-5/+6
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* feat: Add Node.jsMatt Strapp2024-08-091-0/+45
Signed-off-by: Matt Strapp <matt@mattstrapp.net>