Skip to content

Commit

Permalink
chore: revert update to node 18
Browse files Browse the repository at this point in the history
This reverts commit d093228.
  • Loading branch information
tlebon authored Sep 27, 2023
1 parent e0ffc4e commit 81f4ea5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
cache: 'yarn'

- name: Install JS dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-test-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
cache: 'yarn'

- name: Install JS dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
cache: 'yarn'

- name: Install JS dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
cache: 'yarn'

- name: Authenticate git clone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 16.x
cache: 'yarn'

- name: Set environment variables
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
},
"engines": {
"yarn": ">= 1.0.0",
"node": ">=18"
"node": ">=16"
},
"license": "GPL-3.0",
"lint-staged": {
Expand Down
3 changes: 0 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
"rimraf": "4.4.1",
"typescript": "5.2.2"
},
"engines": {
"node": ">= 18"
},
"scripts": {
"build": "yarn clean && tsc && yarn generate-version-file && yarn copy-assets",
"copy-assets": "node ./bin/copy_server_assets.js",
Expand Down

0 comments on commit 81f4ea5

Please sign in to comment.