diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1dcb893b..59e9ccf2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,9 +12,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '14' - name: Install & Build run: | npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev