Update Node version to 16.x

This commit is contained in:
Shivam Mathur
2021-12-07 21:33:45 +05:30
parent cecf84878d
commit f4d1db5c23
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '16.x'
registry-url: https://registry.npmjs.org
- name: Install dependencies