From dfc35bad736c8503599e1854d9669edffafc7e9e Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 04:31:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 82911da8..00df99d7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Use Node.js 12.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 12.x - name: Get npm cache directory