Skip to content

Commit

Permalink
fix(node): missed one bump from node 16 to 18. (apache#27955)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas authored Apr 9, 2024
1 parent 93b83fe commit a5e65d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/superset-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5e65d5

Please sign in to comment.