Use Node Hydrogen LTS (#960)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Tue, 8 Nov 2022 14:51:51 +0000 (20:21 +0530)
committerGitHub <noreply@github.com>
Tue, 8 Nov 2022 14:51:51 +0000 (20:21 +0530)
* Use node hydrogen lts in dockerfile

* Use node v18.12.0

* Use node v18.12.0

* Use node v18.12.0

* use lts syntax

* Update Nodejs LTS to v18.12.1

* Update Dockerfile

* Update Dockerfile

* Update readme

.github/workflows/build-pull-request.yml
.github/workflows/netlify-dev.yml
.github/workflows/prod-deploy.yml
Dockerfile
README.md

index b6379a53338b87356bba5c478bafbde4ee6da810..5bbf244650cbc75a6a013082d1a3ab9ffabd55b7 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       - name: Setup node
         uses: actions/setup-node@v3.5.1
         with:
-          node-version: 17.9.0
+          node-version: 18.12.1
           cache: 'npm'
       - name: Install dependencies
         run: npm ci
@@ -35,4 +35,4 @@ jobs:
         with:
           name: pr
           path: ./pr.txt
-          retention-days: 1
\ No newline at end of file
+          retention-days: 1
index 9a4ac6e072e30f8f8e6c6f235349911b2dcf7d20..edb79d86cfef9d83ae04580e5b2043310832192e 100644 (file)
@@ -15,7 +15,7 @@ jobs:
       - name: Setup node
         uses: actions/setup-node@v3.5.1
         with:
-          node-version: 17.9.0
+          node-version: 18.12.1
           cache: 'npm'
       - name: Install dependencies
         run: npm ci
index ed981c3c5640aafcb49582daeee3e6541e2949e9..686b812a76fd9f312178551bdffca9e6b79636af 100644 (file)
@@ -14,7 +14,7 @@ jobs:
       - name: Setup node
         uses: actions/setup-node@v3.5.1
         with:
-          node-version: 17.9.0
+          node-version: 18.12.1
           cache: 'npm'
       - name: Install dependencies
         run: npm ci
index 7ad952b1a3a12359a7f73e271b0a0af3541c631a..dd3a7efa2eab46abf20ed1e35d63311d94e97f15 100644 (file)
@@ -1,5 +1,5 @@
 ## Builder
-FROM node:17.9.0-alpine3.15 as builder
+FROM node:18.12.0-alpine3.15 as builder
 
 WORKDIR /src
 
index d6675bd1ddbe018133641f276cda2c919ed31de7..acf766299a595820376707d3eeb7cc723a8a1d93 100644 (file)
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ UeGsouhyuITLwEhScounZDqop+Dx
 
 ## Local development
 > We recommend using a version manager as versions change very quickly. You will likely need to switch 
-between multiple Node.js versions based on the needs of different projects you're working on. [NVM on windows](https://github.com/coreybutler/nvm-windows#installation--upgrades) on Windows and [nvm](https://github.com/nvm-sh/nvm) on Linux/macOS are pretty good choices. Also recommended nodejs version is 16.15.0 LTS.
+between multiple Node.js versions based on the needs of different projects you're working on. [NVM on windows](https://github.com/coreybutler/nvm-windows#installation--upgrades) on Windows and [nvm](https://github.com/nvm-sh/nvm) on Linux/macOS are pretty good choices. Also recommended nodejs version Hydrogen LTS (v18).
 
 Execute the following commands to start a development server:
 ```sh