File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
packages/sequencer/test/protocol/production/sequencing Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v3
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : 18
21
+ node-version : 22.9.0
22
22
# This only caches ~/.npm, therefore each subsequent
23
23
# job needs to run `npm ci` to install deps from npm cache
24
24
# alternative is to cache `node_modules` directly
39
39
- uses : actions/checkout@v3
40
40
- uses : actions/setup-node@v3
41
41
with :
42
- node-version : 18
42
+ node-version : 22.9.0
43
43
cache : npm
44
44
45
45
- name : " Install dependencies"
57
57
- uses : actions/checkout@v3
58
58
- uses : actions/setup-node@v3
59
59
with :
60
- node-version : 18
60
+ node-version : 22.9.0
61
61
cache : npm
62
62
63
63
- name : " Install dependencies"
80
80
- uses : actions/checkout@v3
81
81
- uses : actions/setup-node@v3
82
82
with :
83
- node-version : 18
83
+ node-version : 22.9.0
84
84
cache : npm
85
85
86
86
- name : " Install dependencies"
@@ -135,7 +135,7 @@ jobs:
135
135
- uses : actions/checkout@v3
136
136
- uses : actions/setup-node@v3
137
137
with :
138
- node-version : 18
138
+ node-version : 22.9.0
139
139
cache : npm
140
140
141
141
- name : " Install dependencies"
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ import { expectDefined } from "@proto-kit/common";
10
10
import {
11
11
BlockQueue ,
12
12
ManualBlockTrigger ,
13
- TransactionExecutionService ,
14
13
VanillaTaskWorkerModules ,
15
14
} from "../../../../src" ;
16
15
import { ProtocolStateTestHook } from "../../../integration/mocks/ProtocolStateTestHook" ;
You can’t perform that action at this time.
0 commit comments