Fix nodejs version in actions (#627)

* Update prod-deploy.yml

* Update netlify-dev.yml

* Update build-pull-request.yml

* Update build-pull-request.yml

* Update netlify-dev.yml

* Update prod-deploy.yml

Co-authored-by: Krishan <33421343+kfiven@users.noreply.github.com>
This commit is contained in:
Ajay Bura
2022-06-14 19:55:48 +05:30
committed by GitHub
parent eef2d451b7
commit 8b96e0ab98
3 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
- name: Setup node
uses: actions/setup-node@v3.3.0
with:
node-version: 17.9.0
- name: Build app
run: npm ci && npm run build
- name: Upload artifact