Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 5eb63a3

Browse files
chore: updated the node version to v14.x (#7184)
- updated the node verions to v14.x in package.json, circleci, crowdin github action Co-authored-by: Habib Deriv <88178645+habib-deriv@users.noreply.github.com>
1 parent 374f55b commit 5eb63a3

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,14 +146,14 @@ commands:
146146
jobs:
147147
test:
148148
docker:
149-
- image: circleci/node:9.8.0-stretch
149+
- image: circleci/node:14-stretch
150150
steps:
151151
- git_checkout_from_cache
152152
- npm_install
153153
- test
154154
release_staging:
155155
docker:
156-
- image: circleci/node:9.8.0-stretch
156+
- image: circleci/node:14-stretch
157157
steps:
158158
- git_checkout_from_cache
159159
- npm_install
@@ -173,7 +173,7 @@ jobs:
173173
- notify_slack
174174
release_production:
175175
docker:
176-
- image: circleci/node:9.8.0-stretch
176+
- image: circleci/node:14-stretch
177177
steps:
178178
- git_checkout_from_cache
179179
- npm_install
@@ -189,7 +189,7 @@ jobs:
189189
- notify_slack
190190
release_aws_production:
191191
docker:
192-
- image: circleci/node:9.8.0-stretch
192+
- image: circleci/node:14-stretch
193193
steps:
194194
- git_checkout_from_cache
195195
- npm_install

.github/workflows/sync_crowdin_translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup node
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: '12'
22+
node-version: '14'
2323

2424
- name: Checkout master branch
2525
uses: actions/checkout@v2

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,5 +158,6 @@
158158
"src/javascript/**/*.{js, jsx }",
159159
"scripts/**/*.{js, jsx}"
160160
]
161-
}
161+
},
162+
"engines":{ "node": "14.19.3" }
162163
}

0 commit comments

Comments
 (0)