Skip to content

Commit

Permalink
[Task N/A] Updated build file.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kantchev <[email protected]>
  • Loading branch information
akantchev committed May 30, 2024
1 parent 0fc6ec4 commit 99888f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
build_release:
name: Build and Release
runs-on: macos-latest
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand All @@ -17,13 +17,13 @@ jobs:
- name: echo github.ref
run: echo ${{ github.ref }}

- name: Use Node.js 16.x
- name: Use Node.js 19.6.0
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.6.0

- name: Use NPM 8
run: npm install -g npm@8.3.1 # lock to 8.3.1 until actions/setup-node#411 and npm/cli#4341 are fixed
- name: Use NPM 9.4.0
run: npm install -g npm@9.4.0 # lock to 9.4.0 until actions/setup-node#411 and npm/cli#4341 are fixed

- name: Install sha256sum and minisign
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
jobs:
publish:
name: Publish to Visual Studio Marketplace and GitHub Packages
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Use Node.js 16.x
- name: Use Node.js 19.6.0
uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 19.6.0

- name: Install vsce
run: npm install -g vsce
Expand Down

0 comments on commit 99888f9

Please sign in to comment.