File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
node-version :
12
- - 16.x
13
12
- 18.x
14
13
- 20.x
14
+ - 22.x
15
15
16
16
services :
17
17
elasticmq :
20
20
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
25
25
- name : ElasticMQ Configuration
26
26
run : |
29
29
docker restart elasticmq
30
30
31
31
- name : Setup pnpm
32
- uses : pnpm/action-setup@v2
32
+ uses : pnpm/action-setup@v4
33
33
34
- - uses : actions/setup-node@v3
34
+ - uses : actions/setup-node@v4
35
35
name : Use Node.js ${{ matrix.node-version }}
36
36
with :
37
37
node-version : ${{ matrix.node-version }}
41
41
run : pnpm install
42
42
43
43
- name : Check lint
44
- run : pnpm run lint
44
+ run : pnpm biome ci
45
45
46
46
- name : Run Tests
47
47
run : pnpm run test:e2e
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ssut/nestjs-sqs" ,
3
- "version" : " 2.2 .0" ,
3
+ "version" : " 3.0 .0" ,
4
4
"description" : " " ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"engines" : {
8
- "node" : " >=16 .0.0"
8
+ "node" : " >=18 .0.0"
9
9
},
10
10
"scripts" : {
11
11
"test:e2e" : " jest --config=jest-e2e.config.js --detectOpenHandles --runInBand --forceExit" ,
You can’t perform that action at this time.
0 commit comments