File tree Expand file tree Collapse file tree 6 files changed +6
-9
lines changed
Expand file tree Collapse file tree 6 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,6 @@ jobs:
182182 target : aarch64-apple-darwin
183183 architecture : arm64
184184 node :
185- - ' 18'
186185 - ' 20'
187186 - ' 22'
188187 - ' 24'
@@ -253,7 +252,6 @@ jobs:
253252 # - host: ubuntu-22.04-arm
254253 # target: aarch64-unknown-linux-musl
255254 node :
256- - ' 18'
257255 - ' 20'
258256 - ' 22'
259257 - ' 24'
Original file line number Diff line number Diff line change 1818 },
1919 "license" : " MIT" ,
2020 "engines" : {
21- "node" : " >= 10 "
21+ "node" : " >= 20 "
2222 }
2323}
Original file line number Diff line number Diff line change 1818 },
1919 "license" : " MIT" ,
2020 "engines" : {
21- "node" : " >= 10 "
21+ "node" : " >= 20 "
2222 }
2323}
Original file line number Diff line number Diff line change 2323 },
2424 "license" : " MIT" ,
2525 "engines" : {
26- "node" : " >= 10 "
26+ "node" : " >= 20 "
2727 },
2828 "libc" : [
2929 " glibc"
Original file line number Diff line number Diff line change 2323 },
2424 "license" : " MIT" ,
2525 "engines" : {
26- "node" : " >= 10 "
26+ "node" : " >= 20 "
2727 },
2828 "libc" : [
2929 " glibc"
Original file line number Diff line number Diff line change 11{
22 "name" : " @platformatic/python-node" ,
33 "description" : " Run ASGI-compatible Python apps in Node.js" ,
4- "private" : true ,
5- "version" : " 0.1.1" ,
4+ "version" : " 0.1.2" ,
65 "main" : " index.js" ,
76 "types" : " index.d.ts" ,
87 "napi" : {
2524 "oxlint" : " ^0.16.0"
2625 },
2726 "engines" : {
28- "node" : " >= 10 "
27+ "node" : " >= 20 "
2928 },
3029 "scripts" : {
3130 "artifacts" : " napi artifacts" ,
You can’t perform that action at this time.
0 commit comments