Skip to content

Commit

Permalink
Version bump node to 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitingjr committed Mar 6, 2024
1 parent 3e54bbc commit 487e5e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -49,3 +49,6 @@ jobs:
path: |
*/target/surefire-reports/*
test-suite/target/hyperfoil/*.log
runs:
using: 'nod20'
main: 'main.js'

0 comments on commit 487e5e6

Please sign in to comment.