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
+2 -2
View File
@@ -40,10 +40,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js 15.x
- name: Setup Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 15.x
node-version: 16.x
- name: Install dependencies
run: npm install