Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@hotmail.com>2021-06-01 00:41:18 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-06-01 01:21:05 +0300
commite5799e1e5987d841e070deb7ab30e14fd3270fdf (patch)
tree2688254f5d0e6535574bb4fd3e36f225269f55ff /.github
parent9159fa62a10dee09daef178fc7be161a02824004 (diff)
add node16 ci target
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 14f362b45..78c2926af 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node-version: [10.x, 12.x, 14.x]
+ node-version: [10.x, 12.x, 14.x, 16.x]
platform:
- os: ubuntu-latest
shell: bash
@@ -83,7 +83,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node-version: ['10.1', 10.x, '12.1', 12.x, '14.1', 14.x]
+ node-version: ['10.1', 10.x, '12.1', 12.x, '14.1', 14.x, '16.1', 16.x]
platform:
- os: ubuntu-latest
shell: bash