Skip to content

Commit fd99081

Browse files
committed
Step Down to Node 20
Node 20.17.0 LTS supports require(ESM). Therefore, allowing current Node LTS as well.
1 parent 3d93e13 commit fd99081

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
node-version: [22.x]
20+
node-version: [ '>=20.17.0' ]
2121
os: [ubuntu-latest]
2222

2323
steps:

docker-image/src/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22-alpine
1+
FROM node:20-alpine
22

33
# hadolint ignore=DL3018
44
RUN apk add --no-cache openssl

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,6 @@
184184
"solid": "bin/solid"
185185
},
186186
"engines": {
187-
"node": ">=22.0"
187+
"node": ">=20.17.0 <21 || >=22.8.0"
188188
}
189189
}

0 commit comments

Comments
 (0)