From cbe37c68ec6ae644a64d92c652629fa07781883c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 05:40:51 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index e5b77b45..c08f9abe 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.4.0 with: - node-version: 20 + node-version: 20.20.2 - run: npm ci - run: npm test @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v6.0.2 - uses: actions/setup-node@v6.4.0 with: - node-version: 22 + node-version: 22.22.2 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish