Skip to content

Commit e33ff21

Browse files
committed
Update node 18->20
1 parent 105c9bb commit e33ff21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
distribution: 'adopt'
2020
cache: maven
2121

22-
- name: Set up Node.js 18
23-
uses: actions/setup-node@v3
22+
- name: Set up Node.js 20 LTS
23+
uses: actions/setup-node@v4
2424
with:
25-
node-version: '18.x' # TODO: what version do we want?
25+
node-version: '20.x' # TODO: what version do we want?
2626
# cache: npm # TODO: requires package-lock.json
2727

2828
- name: Build with Maven

0 commit comments

Comments
 (0)