From c02db28e5e0689e94a396671e40a246322174c16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 15:28:27 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.4.0 --- .github/workflows/electronegativity.yml | 2 +- .github/workflows/node.js.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/viteshot.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/electronegativity.yml b/.github/workflows/electronegativity.yml index 3f7758af..b5c21b55 100644 --- a/.github/workflows/electronegativity.yml +++ b/.github/workflows/electronegativity.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6d34d9cc..16127af1 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .nvmrc cache: 'npm' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a9d3c7e4..0fcb9b70 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Install Node.js, NPM and Yarn - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .nvmrc diff --git a/.github/workflows/viteshot.yml b/.github/workflows/viteshot.yml index 17668f5b..2da50254 100644 --- a/.github/workflows/viteshot.yml +++ b/.github/workflows/viteshot.yml @@ -27,7 +27,7 @@ jobs: persist-credentials: true lfs: true - name: Use Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 + uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 with: node-version-file: .nvmrc - name: Cache Node.js modules