diff --git a/.github/workflows/github-actions-vscode-extension.yml b/.github/workflows/github-actions-vscode-extension.yml index 47722188e6..4b923fd5b8 100644 --- a/.github/workflows/github-actions-vscode-extension.yml +++ b/.github/workflows/github-actions-vscode-extension.yml @@ -11,10 +11,10 @@ jobs: - uses: actions/checkout@v1 - # - name: Use Node.js 12.x - # uses: actions/setup-node@v1 - # with: - # node-version: 12.x + - name: Use Node.js 12.x + uses: actions/setup-node@v1 + with: + node-version: 12.x - name: NPM Install & Compile run: |