Skip to content

Commit b375bd4

Browse files
Fix: bump Node used in CI to 20 to address failure with latest 'npm'
1 parent 853ac41 commit b375bd4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818
- name: Install npm packages
1919
run: |
2020
npm install -g npm@latest
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-node@v4
4141
with:
42-
node-version: '18'
42+
node-version: '20'
4343
cache: 'npm'
4444
- run: ./bin/build-couchdb-dev.sh
4545
env:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"fauxton": "./bin/fauxton"
1111
},
1212
"engines": {
13-
"node": "^18"
13+
"node": "^20"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.18.10",

0 commit comments

Comments
 (0)