From cb6b2b388f57e6e747c91aac3196b6587db86a11 Mon Sep 17 00:00:00 2001 From: Kanad Gupta Date: Tue, 1 Mar 2022 17:37:24 -0600 Subject: [PATCH] chore(deps): bump to setup-node v3 in action (#465) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 39099b71a..c63975c8f 100644 --- a/action.yml +++ b/action.yml @@ -13,7 +13,7 @@ runs: steps: # This is so we can guarantee a version of npm that supports lockfile@2 - name: setup node - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version: 16 # When we add debug support, we should make this a conditional step, see RM-3545