Skip to content

Commit bc38e4a

Browse files
committed
Minimum Node 20 Fixes #137
1 parent fe8f4ac commit bc38e4a

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/test-and-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: ioBroker/testing-action-check@v1
3030
with:
31-
node-version: '18.x'
31+
node-version: '20.x'
3232
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
3333
# install-command: 'npm install'
3434
type-checking: true
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
strategy:
4343
matrix:
44-
node-version: [18.x, 20.x, 22.x]
44+
node-version: [20.x, 22.x]
4545
os: [ubuntu-latest, windows-latest, macos-latest]
4646

4747
steps:
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: ioBroker/testing-action-deploy@v1
7878
with:
79-
node-version: '18.x'
79+
node-version: '20.x'
8080
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
8181
# install-command: 'npm install'
8282
build: true

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "https://github.com/ThomasPohl/ioBroker.google-spreadsheet.git"
1919
},
2020
"engines": {
21-
"node": ">= 18"
21+
"node": ">= 20"
2222
},
2323
"dependencies": {
2424
"@iobroker/adapter-core": "^3.2.2",

0 commit comments

Comments
 (0)