From f6653d8f369541b61ed18e4f21dfcab6d526fc77 Mon Sep 17 00:00:00 2001 From: Marius Popovici Date: Mon, 30 Sep 2024 11:12:07 -0400 Subject: [PATCH] Update publish.yml Bump versions on CD job --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b6d40ad..ebbf28e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: git config user.email "<>" - name: Setup node.js - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 18 @@ -41,7 +41,7 @@ jobs: - name: Build VSIX package run: npm run build -- -o vscode-starlims.v${{ steps.calculateVersion.outputs.AppVersion }}.vsix - - uses: lannonbr/vsce-action@3.0.0 + - uses: lannonbr/vsce-action@4.0.0 name: Publish extension package with: args: "publish -p $VSCODE_MARKETPLACE_TOKEN"