Skip to content

Commit

Permalink
fix: gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsimpson committed Apr 6, 2021
1 parent 3effba5 commit da03700
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/worflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
uses: actions/checkout@v2

- name: setup node
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: '14.x'
node-version: '15.x'

- name: clean install dependencies
run: npm ci
run: yarn install

- name: compile and create vsix
run: npm run package
run: yarn run package

- name: get-npm-version
id: package_version
Expand Down

0 comments on commit da03700

Please sign in to comment.