From 7a8a1a96aa42e36df9a2b10e46722553f63d90eb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 10:55:35 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/azure.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 0262b49..f4325b7 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ env.NODE_VERSION }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ env.NODE_VERSION }} - name: npm install, build, and test