You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by am...@apache.org on 2023/02/02 02:45:13 UTC

[couchdb-fauxton] branch main updated: Update to node 18 (#1386)

This is an automated email from the ASF dual-hosted git repository.

amaranhao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git


The following commit(s) were added to refs/heads/main by this push:
     new f8c3d113 Update to node 18 (#1386)
f8c3d113 is described below

commit f8c3d11301362217a4e30e859e2e3a856c01c59f
Author: Margaret Harrigan <39...@users.noreply.github.com>
AuthorDate: Wed Feb 1 21:45:07 2023 -0500

    Update to node 18 (#1386)
---
 .github/workflows/main.yml | 4 ++--
 package-lock.json          | 2 +-
 package.json               | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 695dca88..99d4789d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -8,7 +8,7 @@ jobs:
     - uses: actions/checkout@v2
     - uses: actions/setup-node@v2
       with:
-        node-version: '16'
+        node-version: '18'
     - name: Install npm packages
       run: |
         npm install -g npm@latest
@@ -33,7 +33,7 @@ jobs:
     - uses: actions/checkout@v2
     - uses: actions/setup-node@v2
       with:
-        node-version: '16'
+        node-version: '18'
         cache: 'npm'
     - run: ./bin/build-couchdb-dev.sh
       env:
diff --git a/package-lock.json b/package-lock.json
index 8e08a80e..75abdb03 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -104,7 +104,7 @@
         "webpack-dev-server": "^4.10.1"
       },
       "engines": {
-        "node": "16"
+        "node": "^18"
       }
     },
     "node_modules/@ampproject/remapping": {
diff --git a/package.json b/package.json
index a684f5de..2e25d162 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,7 @@
     "fauxton": "./bin/fauxton"
   },
   "engines": {
-    "node": "16"
+    "node": "^18"
   },
   "devDependencies": {
     "@babel/cli": "^7.18.10",