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-browser.git
The following commit(s) were added to refs/heads/master by this push:
new 492714a ci: Add NodeJS 20 to matrix. Dropped NodeJS 14. (#119)
492714a is described below
commit 492714add85f3dce69f4d00607c5c5ba06e676d6
Author: Norman Breau <[email protected]>
AuthorDate: Thu May 4 09:05:41 2023 -0300
ci: Add NodeJS 20 to matrix. Dropped NodeJS 14. (#119)
---
.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 ccf6152..8ccc9b7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]