Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Feb 8, 2025
1 parent c5a16e1 commit bdae361
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
# In CI, this Node is only used to
# - Install dependencies,
# - Run tools like typescript and eslint
# - Execute the runTests function of the @vscode/test-electron package
#
# Therefore, it doesn't have to match the Node version supported by
# VSCode.
node-version: lts/*
- name: Start xvfb
run: |
Expand Down

0 comments on commit bdae361

Please sign in to comment.