Skip to content

Commit b507d27

Browse files
build fix
1 parent 71ffe2a commit b507d27

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
@@ -15,9 +15,9 @@ jobs:
1515
java-version: 11
1616

1717
- name: Build VSCode extension
18-
- uses: actions/setup-node@v2
18+
uses: actions/setup-node@v2
1919
with:
20-
node-version: '10'
20+
node-version: '14'
2121
- run: sudo npm install -g vsce
2222
- run: npm install
2323
- run: npm run compile

0 commit comments

Comments
 (0)