diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88f6f7a..2705567 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: ${{ variables.NODE_VERSION }} + node-version: ${{ vars.NODE_VERSION }} - name: Install dependencies run: yarn - name: Lint diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf0a402..f92be5a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: - node-version: ${{ variables.NODE_VERSION }} + node-version: ${{ vars.NODE_VERSION }} - run: yarn - name: Publish to Visual Studio Marketplace uses: HaaLeo/publish-vscode-extension@v0