Update to Node.js 16, the latest LTS (#20064)

This commit is contained in:
Achilleas Pipinellis 2021-10-30 16:44:36 +02:00 committed by GitHub
parent 62a9d55ff2
commit 91460bf92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ jobs:
- name: Setting up Node.js
uses: actions/setup-node@v2.4.1
with:
node-version: 14.x
node-version: 16.x
cache: "npm"
- name: Install dependencies
run: npm install
@ -29,7 +29,7 @@ jobs:
- name: Setting up Node.js
uses: actions/setup-node@v2.4.1
with:
node-version: 14.x
node-version: 16.x
cache: "npm"
- name: Install dependencies
run: npm install

2
.nvmrc
View File

@ -1 +1 @@
14
16