diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 59e9ccf2..1dcb893b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,9 @@ 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