From 0ba281afeeeb6906df0c7c41fb819c883396ab99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 23:59:20 +0000 Subject: [PATCH] Update actions/setup-node action to v4.4.0 --- .github/workflows/npm-audit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-audit.yml b/.github/workflows/npm-audit.yml index 84b4e30..7797e72 100644 --- a/.github/workflows/npm-audit.yml +++ b/.github/workflows/npm-audit.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - - uses: actions/setup-node@v4.1.0 + - uses: actions/setup-node@v4.4.0 with: node-version: '18'