Skip to content

Commit

Permalink
fix publish-extension.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin authored Oct 22, 2024
1 parent 43e35cb commit ed1fbeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
publish:
Expand All @@ -16,7 +17,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '16'

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

0 comments on commit ed1fbeb

Please sign in to comment.