From 8b95817519d6659d86d8db4a4e2a9b255d08a186 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:17:43 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 82721f84..66d91ac7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: bahmutov/npm-install@v1 - name: Use Node.js to test and build - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '10.x' - name: Install dependencies diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0979e076..55e0959e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - uses: bahmutov/npm-install@v1 - name: Use Node.js to test and build - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: '10.x' - name: Install dependencies