From 6481de22d4ad6f07ff17da3a5148d082d163e0af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 13:39:33 -0700 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 (#93) Co-authored-by: Renovate Bot --- .github/workflows/server-CI.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-CI.yaml b/.github/workflows/server-CI.yaml index 249f5366..50b175e4 100644 --- a/.github/workflows/server-CI.yaml +++ b/.github/workflows/server-CI.yaml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup node - uses: actions/setup-node@v1 + uses: actions/setup-node@v3 with: node-version: '16' - name: Install deps