We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d93e13 commit fd99081Copy full SHA for fd99081
3 files changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
strategy:
19
matrix:
20
- node-version: [22.x]
+ node-version: [ '>=20.17.0' ]
21
os: [ubuntu-latest]
22
23
steps:
docker-image/src/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22-alpine
+FROM node:20-alpine
2
3
# hadolint ignore=DL3018
4
RUN apk add --no-cache openssl
package.json
@@ -184,6 +184,6 @@
184
"solid": "bin/solid"
185
},
186
"engines": {
187
- "node": ">=22.0"
+ "node": ">=20.17.0 <21 || >=22.8.0"
188
}
189
0 commit comments