From b8d65cd3f02c9da11c4c5e1cebb83fcad2501069 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 3 May 2022 05:25:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index c5ed6a8..92cc723 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: yarn install