From 6fe42191779f3fc8aa83362d60c4e1270b0edbc3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:38:51 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f27e0b..37987c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@v2 - uses: UziTech/action-setup-atom@v1 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: "14.x" - name: NPM install