Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi authored Nov 3, 2021
1 parent 342c316 commit f27806e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ jobs:
- name: Config Github
run: git config --global user.name ${{ github.actor }}
- name: Setup NodeJS
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '10.x'
node-version: '14'
check-latest: true
- name: Install vsce
run: npm i -g vsce
- name: Install
Expand Down

0 comments on commit f27806e

Please sign in to comment.