Skip to content

Commit

Permalink
fix: fixed node version in worklflows
Browse files Browse the repository at this point in the history
  • Loading branch information
saurav0705 committed Oct 30, 2023
1 parent 648aa69 commit 0592846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "14.x"
- name: Setup dependencies
run: npm run setup
- name: Build
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup NodeJs
uses: actions/setup-node@v1
with:
node-version: "12.x"
node-version: "14.x"

- name: Setup dependencies
run: npm run setup
Expand Down

0 comments on commit 0592846

Please sign in to comment.