Upgrade to node16

This commit is contained in:
Namrata Jha
2022-03-02 07:40:19 +00:00
committed by GitHub
parent 000223ef3e
commit 56849b848a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -24,10 +24,10 @@ jobs:
steps:
- 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: Install dependencies
run: npm ci