From 65217969bdcabf66d2387b4c65d78edaddb8a05c Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 12 Mar 2024 16:37:19 +0100 Subject: [PATCH] Bump to Node.js 20 by default (#222) --- .github/actions/base-setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/base-setup/action.yml b/.github/actions/base-setup/action.yml index 7e6d034..42c3d0e 100644 --- a/.github/actions/base-setup/action.yml +++ b/.github/actions/base-setup/action.yml @@ -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.