chore: Upgrade to node v20 as v18 is EOL next month (#19733)

* chore: Upgrade to node v20 as v18 is EOL next month

* Run tests using node 20
This commit is contained in:
Alex van Andel
2025-03-05 13:34:17 +02:00
committed by GitHub
parent 58d7e59b38
commit 1545a8ec82
7 changed files with 136 additions and 8932 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ description: "Run yarn install with node_modules linker and cache enabled"
inputs:
node_version:
required: false
default: v18.x
default: v20.x
runs:
using: "composite"