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