Update Node version to 15.x

This commit is contained in:
Shivam Mathur 2021-04-18 04:53:59 +05:30
parent 7d9584bd3f
commit 49311db00a
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -24,10 +24,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Node.js 14.x
- name: Setup Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 15.x
- name: Install dependencies
run: npm install