Skip to content

Commit bbe91c5

Browse files
committed
Bump setup-node to 20
VSCE has this as lower bound now.
1 parent 2be75a1 commit bbe91c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
distribution: 'adopt'
2323
cache: maven
2424

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

3131
- name: Build with Maven

0 commit comments

Comments
 (0)