From bbead68c76322a2ff07cc6536386889cebd8f0c6 Mon Sep 17 00:00:00 2001 From: Remy Willems Date: Tue, 17 Sep 2024 18:24:16 +0200 Subject: [PATCH] Update node --- .github/workflows/ci.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8909c5..40b1e25 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,11 +14,9 @@ jobs: - name: "Prepare: Use Node.js ${{ matrix.node-version }}" uses: actions/setup-node@v4 with: - node-version: v16.x + node-version: v22.x #- name: "Prepare: Setup sonarqube" # uses: warchant/setup-sonar-scanner@v1 - #- run: npm install -g npm@latest - - run: npm install -g npm@8.13.2 - run: npm install - run: npm run lint - run: npm run vscode:prepublish @@ -28,9 +26,7 @@ jobs: - name: "Prepare: Package VSCode Extension" uses: actions/setup-node@v4 with: - node-version: v16.x - #- run: npm install -g npm@latest - - run: npm install -g npm@8.13.2 + node-version: v22.x - run: npm install -g @vscode/vsce@2.15.0 - run: vsce package --out dist/