Skip to content

Commit

Permalink
Bump to Node.js 20 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored Mar 12, 2024
1 parent 5de3cd5 commit cd159f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base-setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runs:
run: |
set -eux
PYTHON_VERSION="${{ inputs.python_version || matrix.python-version }}"
NODE_VERSION=${{ inputs.node_version || matrix.node-version || '18.x' }}
NODE_VERSION=${{ inputs.node_version || matrix.node-version || '20.x' }}
DEPENDENCY_TYPE=${{ inputs.dependency_type }}
# Handle default python value based on dependency type.
Expand Down

0 comments on commit cd159f2

Please sign in to comment.