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:
authorisaacs <i@izs.me>2020-08-04 09:49:01 +0300
committerisaacs <i@izs.me>2020-08-04 11:03:33 +0300
commit7356d4a24231ff551de332ca0e8802cb39680bc1 (patch)
tree4cc6328ea545097c7377aeb894004dd0dd0f5b1f /.github
parent5b1f1b8bb835d41a60456f6e652e60868842fa1d (diff)
Actions: remove v6 and v8, add v14
Accidentally landed this in the v7 branch, didn't realize it was based on v6.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 53d6e1d6a..a7edd82e3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- node-version: [6.x, 8.x, 10.x, 12.x]
+ node-version: [10.x, 12.x, 14.x]
platform:
- os: ubuntu-latest
shell: bash