This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 0911f1523e ci: upgrade node to version 20 (#7918)
0911f1523e is described below
commit 0911f1523ec7088bae88684ecb9bca94aa553693
Author: Marco Neumann <[email protected]>
AuthorDate: Thu Oct 26 13:06:37 2023 +0200
ci: upgrade node to version 20 (#7918)
---
.github/workflows/dev.yml | 2 +-
.github/workflows/rust.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml
index 1f5088a1e6..cc23e99e8c 100644
--- a/.github/workflows/dev.yml
+++ b/.github/workflows/dev.yml
@@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
- node-version: "14"
+ node-version: "20"
- name: Prettier check
run: |
# if you encounter error, rerun the command below and commit the
changes
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 55f6cecf54..6c3d60bd43 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -527,7 +527,7 @@ jobs:
rust-version: stable
- uses: actions/setup-node@v4
with:
- node-version: "14"
+ node-version: "20"
- name: Check if configs.md has been modified
run: |
# If you encounter an error, run './dev/update_config_docs.sh' and
commit