Update prod-deploy.yml

This commit is contained in:
Krishan 2022-06-14 19:52:45 +05:30 committed by GitHub
parent fc45f81ec2
commit d21ad3a91e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3.3.0
with:
node-version: 16
node-version: 17.9.0
- name: Build
run: |
npm ci
@ -52,7 +52,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3.3.0
with:
node-version: 16
node-version: 17.9.0
- name: Build and deploy to Netlify
uses: jsmrcaga/action-netlify-deploy@fb6a5f936a4b06a8f7793e69fc5a022ffe39807a
with: