From 4d40b17e30ebc85462a3c0568e1aaafea2fb0a3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:06:31 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34a6419..b944645 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24 + node-version: 24.19.0 cache: npm - run: npm ci - run: npm run check diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aefbc0f..986bddf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: - node-version: 24 + node-version: 24.19.0 registry-url: https://registry.npmjs.org cache: npm - name: Ensure npm supports trusted publishing diff --git a/package.json b/package.json index 2f7b520..581ade7 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,6 @@ "typescript": "7.0.2" }, "engines": { - "node": ">=22" + "node": "v26.7.0" } }