Skip to content

Commit

Permalink
fix workflow typos
Browse files Browse the repository at this point in the history
  • Loading branch information
anweiss committed Oct 18, 2020
1 parent 04520a5 commit cd818e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-verison: '12'
node-version: '12'

- name: Install wasmpack
run: |
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-verison: '12'
node-version: '12'

- name: Deploy to Marketplace
working-directory: ./cddl-lsp
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v1
with:
node-verison: '10.x'
node-version: '10.x'

- name: Build wasm
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cddl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-verison: '12'
node-version: '12'

- name: Install wasmpack
run: |
Expand Down

0 comments on commit cd818e2

Please sign in to comment.