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-ios.git
The following commit(s) were added to refs/heads/master by this push:
new d194c1b6 ci: add node 20.x (#1317)
d194c1b6 is described below
commit d194c1b637a24ad28b9733d816460b97fefa44ca
Author: Darryl Pogue <[email protected]>
AuthorDate: Sat Apr 22 21:43:03 2023 -0700
ci: add node 20.x (#1317)
---
.github/workflows/ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 77e1cbad..681b2853 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- node-version: [16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
os: [macos-latest]
steps:
@@ -57,7 +57,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- node-version: [16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest, windows-latest]
steps:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]