Skip to content

Commit

Permalink
Updates default minimum node version from 16 to 18 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonWeill authored Jan 13, 2023
1 parent c45f86f commit 8478a3a
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 @@ -15,7 +15,7 @@ runs:
shell: bash
run: |
PYTHON_VERSION="${{ inputs.python_version || matrix.python-version }}"
NODE_VERSION=${{ inputs.node_version || matrix.node-version || '16.x' }}
NODE_VERSION=${{ inputs.node_version || matrix.node-version || '18.x' }}
DEPENDENCY_TYPE=${{ inputs.dependency_type }}
# Handle default python value based on dependency type.
Expand Down

0 comments on commit 8478a3a

Please sign in to comment.