From f8a426a6232fdf979422c55cfc38d529d57eb630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:50:41 +0000 Subject: [PATCH] chore(deps): bump hoverkraft-tech/ci-github-publish Bumps the github-actions-dependencies group with 1 update: - [hoverkraft-tech/ci-github-publish](https://github.com/hoverkraft-tech/ci-github-publish) --- updated-dependencies: - dependency-name: hoverkraft-tech/ci-github-publish dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] Signed-off-by: Emilien Escalle --- .github/workflows/main-ci.yml | 4 ++-- .node-version | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .node-version diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index 205c562..68a5041 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -72,7 +72,7 @@ jobs: page-url: ${{ steps.deployment.outputs.url }} steps: - id: deployment - uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0 + uses: hoverkraft-tech/ci-github-publish/actions/deploy/github-pages@0717eb404857b7e4a15dc0db5fbece52921e85fb # 0.13.1 with: build-path: packages/docs/build build-artifact-name: build @@ -80,6 +80,6 @@ jobs: deploy-checks: name: Deploy Checks needs: deploy - uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@b2a6d08d60e0adff6736caf6fdaa5fd3bcdd473a # 0.13.0 + uses: hoverkraft-tech/ci-github-publish/.github/workflows/deploy-checks.yml@0717eb404857b7e4a15dc0db5fbece52921e85fb # 0.13.1 with: url: ${{ needs.deploy.outputs.page-url }} diff --git a/.node-version b/.node-version new file mode 100644 index 0000000..1a2f5bd --- /dev/null +++ b/.node-version @@ -0,0 +1 @@ +lts/* \ No newline at end of file