Skip to content

Commit e391935

Browse files
committed
chore: update ci
1 parent c4fb39f commit e391935

File tree

7 files changed

+898
-472
lines changed

7 files changed

+898
-472
lines changed

.fynpo-data.json

Lines changed: 101 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,107 @@
631631
"create-fynpo@1.0.6(dep)"
632632
]
633633
}
634+
],
635+
"packages/xflight": [
636+
{
637+
"fromPkg": {
638+
"name": "xflight",
639+
"version": "2.0.2",
640+
"path": "packages/xflight"
641+
},
642+
"onPkg": {
643+
"name": "string-array",
644+
"version": "1.0.1",
645+
"path": "packages/string-array"
646+
},
647+
"depSection": "dep",
648+
"indirectSteps": [
649+
"xflight@2.0.2(dev)"
650+
]
651+
},
652+
{
653+
"fromPkg": {
654+
"name": "xflight",
655+
"version": "2.0.2",
656+
"path": "packages/xflight"
657+
},
658+
"onPkg": {
659+
"name": "unwrap-npm-cmd",
660+
"version": "1.1.2",
661+
"path": "packages/unwrap-npm-cmd"
662+
},
663+
"depSection": "dep",
664+
"indirectSteps": [
665+
"xflight@2.0.2(dev)"
666+
]
667+
},
668+
{
669+
"fromPkg": {
670+
"name": "xflight",
671+
"version": "2.0.2",
672+
"path": "packages/xflight"
673+
},
674+
"onPkg": {
675+
"name": "xsh",
676+
"version": "0.4.6",
677+
"path": "_w/xsh"
678+
},
679+
"depSection": "dep",
680+
"indirectSteps": [
681+
"xflight@2.0.2(dev)"
682+
]
683+
}
684+
],
685+
"packages/create-monorepo": [
686+
{
687+
"fromPkg": {
688+
"name": "@fynjs/create-monorepo",
689+
"version": "1.0.6",
690+
"path": "packages/create-monorepo"
691+
},
692+
"onPkg": {
693+
"name": "filter-scan-dir",
694+
"version": "1.6.0",
695+
"path": "packages/filter-scan-dir"
696+
},
697+
"depSection": "dep",
698+
"indirectSteps": [
699+
"@fynjs/create-monorepo@1.0.6(dev)"
700+
]
701+
},
702+
{
703+
"fromPkg": {
704+
"name": "@fynjs/create-monorepo",
705+
"version": "1.0.6",
706+
"path": "packages/create-monorepo"
707+
},
708+
"onPkg": {
709+
"name": "string-array",
710+
"version": "1.0.1",
711+
"path": "packages/string-array"
712+
},
713+
"depSection": "dep",
714+
"indirectSteps": [
715+
"@fynjs/create-monorepo@1.0.6(dep)"
716+
]
717+
},
718+
{
719+
"fromPkg": {
720+
"name": "@fynjs/create-monorepo",
721+
"version": "1.0.6",
722+
"path": "packages/create-monorepo"
723+
},
724+
"onPkg": {
725+
"name": "unwrap-npm-cmd",
726+
"version": "1.1.2",
727+
"path": "packages/unwrap-npm-cmd"
728+
},
729+
"depSection": "dep",
730+
"indirectSteps": [
731+
"@fynjs/create-monorepo@1.0.6(dep)"
732+
]
733+
}
634734
]
635735
},
636-
"__timestamp": 1766286401128
736+
"__timestamp": 1768289704358
637737
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: ["18", "20", "22", "24"]
12+
node: ["22", "24"]
1313
steps:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2

fyn-lock.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ item-queue:
10391039
$: local
10401040
_: ./packages/item-queue
10411041
dependencies:
1042-
tslib: ^2.1.0
1042+
tslib: ^2.6.2
10431043
jackspeak:
10441044
_latest: 4.1.1
10451045
_:
@@ -1877,7 +1877,7 @@ trim-newlines:
18771877
tslib:
18781878
_latest: 2.8.1
18791879
_:
1880-
'^2.1.0,^2.3.1,^2.6.2,^2.8.1': 2.8.1
1880+
'^2.3.1,^2.6.2,^2.8.1': 2.8.1
18811881
2.8.1:
18821882
$: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
18831883
_: 'https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz'
@@ -1972,6 +1972,7 @@ visual-logger:
19721972
dependencies:
19731973
chalk: ^4.0.0
19741974
log-update: ^4.0.0
1975+
tslib: ^2.6.2
19751976
which:
19761977
_latest: 6.0.0
19771978
_:

0 commit comments

Comments
 (0)