We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105c9bb commit e33ff21Copy full SHA for e33ff21
.github/workflows/build.yml
@@ -19,10 +19,10 @@ jobs:
19
distribution: 'adopt'
20
cache: maven
21
22
- - name: Set up Node.js 18
23
- uses: actions/setup-node@v3
+ - name: Set up Node.js 20 LTS
+ uses: actions/setup-node@v4
24
with:
25
- node-version: '18.x' # TODO: what version do we want?
+ node-version: '20.x' # TODO: what version do we want?
26
# cache: npm # TODO: requires package-lock.json
27
28
- name: Build with Maven
0 commit comments