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

erisu 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 9b0b5d8  ci(workflow): node 14 tests to use npm ^7.2 (#101)
9b0b5d8 is described below

commit 9b0b5d8aaa692b64148f90f172885810d0d3e0ef
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Dec 1 18:29:32 2022 +0900

    ci(workflow): node 14 tests to use npm ^7.2 (#101)
---
 .github/workflows/ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b695fe5..a16a926 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,6 +41,10 @@ jobs:
           node --version
           npm --version
 
+      - name: Update to npm@^7.2 on Node 14
+        if: matrix.node-version == '14.x'
+        run: npm i -g npm@^7.2
+
       - name: npm install and test
         run: npm cit
         env:


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

Reply via email to