From 7be4dcad46ab4f0bf38e55f8e87dc4a4208db33e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 16 May 2022 10:59:43 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/lint-test-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-js.yml b/.github/workflows/lint-test-js.yml index 8e1690d9b6d..796da0b451b 100644 --- a/.github/workflows/lint-test-js.yml +++ b/.github/workflows/lint-test-js.yml @@ -12,7 +12,7 @@ jobs: - name: Check out repository code uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v3.2.0 with: node-version: '14' - name: Install PNPM and install dependencies