From b10b691bcce9152e9c2628dc21e8100f263af9bf Mon Sep 17 00:00:00 2001 From: Neyunse Date: Fri, 8 Aug 2025 00:58:27 -0300 Subject: [PATCH] ci: update build.yml --- .github/workflows/build.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08bcf33..e43bdf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -124,16 +124,12 @@ jobs: - name: Install Node.js uses: actions/setup-node@v4 with: - node-version: 18 - - name: Install vsce + node-version: 'lts/*' + - name: Install deps & build run: | cd extension npm install - npm install -g vsce - - name: Build VSCode Extension - run: | - cd extension - vsce package + npm run pack - name: Upload VSIX uses: actions/upload-artifact@v4 with: