This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new a5e65d572a fix(node): missed one bump from node 16 to 18. (#27955)
a5e65d572a is described below
commit a5e65d572ad38b398926badb7ecee3047a739e3b
Author: Evan Rusackas <[email protected]>
AuthorDate: Tue Apr 9 15:44:33 2024 -0600
fix(node): missed one bump from node 16 to 18. (#27955)
---
.github/workflows/superset-e2e.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/superset-e2e.yml
b/.github/workflows/superset-e2e.yml
index 231643d73b..8781ad65ae 100644
--- a/.github/workflows/superset-e2e.yml
+++ b/.github/workflows/superset-e2e.yml
@@ -82,7 +82,7 @@ jobs:
if: steps.check.outputs.python || steps.check.outputs.frontend
uses: actions/setup-node@v4
with:
- node-version: "16"
+ node-version: "18"
- name: Install npm dependencies
if: steps.check.outputs.python || steps.check.outputs.frontend
uses: ./.github/actions/cached-dependencies