This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch missed-a-node-bump in repository https://gitbox.apache.org/repos/asf/superset.git
commit 5a0e10f72d31f23ce5b3f87d6319f9bf1c2995ab Author: Evan Rusackas <[email protected]> AuthorDate: Tue Apr 9 15:18:46 2024 -0600 fix(node): missed one bump from node 16 to 18. --- .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
