From 4ed9312eb759ab72bcb74ef21d042d61df54b893 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Fri, 16 Jul 2021 03:09:54 -0400 Subject: [PATCH] Update update.yml --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 9314c6c..f13109b 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install node v14 + - name: Install node v16 uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '16' - name: Install dependencies run: npm install - name: Run Updater