This is an automated email from the ASF dual-hosted git repository.
normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git
The following commit(s) were added to refs/heads/master by this push:
new fc966d1 ci: Remove Node 10/12 from matrix. Added Node 16 and 18.
(#180)
fc966d1 is described below
commit fc966d136c719285eb9a9c9d4470ed6f7da8163d
Author: Norman Breau <[email protected]>
AuthorDate: Fri Oct 14 12:38:07 2022 -0300
ci: Remove Node 10/12 from matrix. Added Node 16 and 18. (#180)
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index e03d7fa..b2743e5 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]
+ node-version: [14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]