From 8542ff9633fa2770884baa67bee39371cde74557 Mon Sep 17 00:00:00 2001 From: Bill Date: Thu, 16 Sep 2021 01:56:04 -0400 Subject: [PATCH] Update deploy script again --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) 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