From 5737e19391c738a84f5d551dd74ffc0d222d6c40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 05:34:20 +0000 Subject: [PATCH] chore(deps): pin dependency node to 20.20.0 --- .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 2edfb950..292929a0 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4.0.4 with: - node-version: 20 + node-version: 20.20.0 - run: npm ci - run: npm test @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4.2.1 - uses: actions/setup-node@v4.0.4 with: - node-version: 20 + node-version: 20.20.0 registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm publish