Update update.yml

This commit is contained in:
Pedro S. Lopez
2021-07-16 03:09:54 -04:00
committed by GitHub
parent 76deaad2fd
commit 4ed9312eb7

View File

@@ -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