From 05466ab3d758793e5315628668db5eacdf75e27f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 25 Feb 2022 08:13:54 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/test-and-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 581e5e6f..d3161529 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: "16.x" - name: Keep npm cache around to speed up installs