From 487e5e672f2f8bcc946b89d83d0c450a5350d750 Mon Sep 17 00:00:00 2001 From: Jeremy Whiting Date: Wed, 6 Mar 2024 10:29:46 +0000 Subject: [PATCH] Version bump node to 20. --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a57491227..52c09323b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,7 @@ name: Java CI with Maven on: push: - branches: [ master, 0.12.x ] + branches: [ master, 0.11.x ] tags: [ "*" ] pull_request: workflow_dispatch: @@ -49,3 +49,6 @@ jobs: path: | */target/surefire-reports/* test-suite/target/hyperfoil/*.log +runs: + using: 'nod20' + main: 'main.js'