Update deploy script again

This commit is contained in:
Bill 2021-09-16 01:56:04 -04:00
parent 037a438ef7
commit 8542ff9633

View File

@ -12,6 +12,9 @@ jobs:
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Install & Build - name: Install & Build
run: | run: |
npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev npm i git+https://git@git.krews.org/nitro/nitro-renderer#dev