Skip to content

Commit

Permalink
ci: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Nov 7, 2023
1 parent 961b9f2 commit 869e844
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12.22
node-version: 14
- name: Install dependencies
uses: "./.github/actions/npm_install"
- name: Build
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 14
- name: Download Artifacts
uses: actions/[email protected]
with:
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 14
- name: Conclusion
uses: technote-space/workflow-conclusion-action@v3
- uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 12.22
node-version: 14
- name: Install dependencies
uses: "./.github/actions/npm_install"
- name: Build Staging
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 20.x
node-version: 14
- uses: actions/[email protected]
with:
path: dist
Expand Down

0 comments on commit 869e844

Please sign in to comment.