From cd818e2a936993cdcaed08a68fc03fc5bfd0f466 Mon Sep 17 00:00:00 2001 From: anweiss <2326106+anweiss@users.noreply.github.com> Date: Sun, 18 Oct 2020 16:09:50 -0400 Subject: [PATCH] fix workflow typos --- .github/workflows/publish.yml | 6 +++--- .github/workflows/release-cddl.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bd1e15d4..7df9c753 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: | @@ -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 @@ -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: | diff --git a/.github/workflows/release-cddl.yml b/.github/workflows/release-cddl.yml index cfae0682..8f808dcd 100644 --- a/.github/workflows/release-cddl.yml +++ b/.github/workflows/release-cddl.yml @@ -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: |