From bdae3616cd082f75d5439122a15b3229ee64d84e Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Fri, 7 Feb 2025 20:59:37 -0800 Subject: [PATCH] Add comments --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a9db70..b0d9bed 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: |