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