You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ie...@apache.org on 2021/04/19 19:48:48 UTC

[avro] branch master updated: AVRO-3009: Run Avro JS tests only for LTS versions of node

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

iemejia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 4fd00e0  AVRO-3009: Run Avro JS tests only for LTS versions of node
4fd00e0 is described below

commit 4fd00e0f3f7d925422293f7b64eb9827e69f9c6a
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Mon Apr 19 18:01:16 2021 +0200

    AVRO-3009: Run Avro JS tests only for LTS versions of node
---
 .github/workflows/test-lang-js.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-lang-js.yml b/.github/workflows/test-lang-js.yml
index 4778b5d..aa699d6 100644
--- a/.github/workflows/test-lang-js.yml
+++ b/.github/workflows/test-lang-js.yml
@@ -36,8 +36,8 @@ jobs:
       matrix:
         node:
         - 10
-        - 11
         - 12
+        - 14
     steps:
       - uses: actions/checkout@v2
       - name: Setup Node