1
0
Fork 0

Update unit-tests.yml

pull/1140/head
Shubham Tiwari 2022-07-29 13:12:58 +05:30 committed by GitHub
parent a438f61f94
commit d8b119ca22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x
- name: npm install
run: npm install