Skip to content

Commit

Permalink
ci: upgrade use node 18 everywhere
Browse files Browse the repository at this point in the history
required updating @vscode/test-electron
  • Loading branch information
dvirtz committed Oct 13, 2023
1 parent bf15cd1 commit c50d64d
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 277 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
# 18 doesn't work on windows: https://github.com/microsoft/vscode-test/issues/234
node-version: ${{ matrix.os == 'windows-latest' && '16' || '18' }}
node-version: 18
- uses: actions/setup-python@v4
with:
python-version: '3.10'
Expand Down
Loading

0 comments on commit c50d64d

Please sign in to comment.