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-android.git
The following commit(s) were added to refs/heads/master by this push:
new 6f6717af ci: Added NodeJS 20.x to the workflow matrix (#1607)
6f6717af is described below
commit 6f6717afbd42e0c9951b93a46933b1c8a63585c1
Author: Norman Breau <[email protected]>
AuthorDate: Sat Apr 22 17:01:24 2023 -0300
ci: Added NodeJS 20.x to the workflow matrix (#1607)
---
.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 30164810..f3320fc8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
- node-version: [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]