You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2021/04/26 10:44:14 UTC

[cordova-fetch] branch master updated: ci: test with Node 16 instead of 15 for already correct version of npm@7 (#94)

This is an automated email from the ASF dual-hosted git repository.

timbru31 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-fetch.git


The following commit(s) were added to refs/heads/master by this push:
     new 1b2e2e7  ci: test with Node 16 instead of 15 for already correct version of npm@7 (#94)
1b2e2e7 is described below

commit 1b2e2e70006b1db4c25d48491f22ace0fb961b18
Author: Alexis THOMAS <at...@users.noreply.github.com>
AuthorDate: Mon Apr 26 12:44:05 2021 +0200

    ci: test with Node 16 instead of 15 for already correct version of npm@7 (#94)
    
    node 16 as the future LTS and providing npm@7 already > 7.2
---
 .github/workflows/ci.yml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index da5f3cb..0394b9d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x, 15.x]
+        node-version: [10.x, 12.x, 14.x, 16.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
@@ -36,10 +36,6 @@ jobs:
         with:
           node-version: ${{ matrix.node-version }}
 
-      - name: Update to npm@^7.2 on Node 15
-        if: matrix.node-version == '15.x'
-        run: npm i -g npm@^7.2
-
       - name: Environment Information
         run: |
           node --version

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org