This repository was archived by the owner on Jul 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/setup-node@v4
2424 with :
25- node-version : " 18 .x"
25+ node-version : " 20 .x"
2626 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2727 - run : npm ci
2828 - run : npx jest agps.spec.ts
3232 steps :
3333 - uses : actions/setup-node@v4
3434 with :
35- node-version : " 18 .x"
35+ node-version : " 20 .x"
3636 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
3737 - run : npm ci
3838 - run : npx jest pgps.spec.ts
4242 steps :
4343 - uses : actions/setup-node@v4
4444 with :
45- node-version : " 18 .x"
45+ node-version : " 20 .x"
4646 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4747 - run : npm ci
4848 - run : npx jest ground-fix.spec.ts
5252 steps :
5353 - uses : actions/setup-node@v4
5454 with :
55- node-version : " 18 .x"
55+ node-version : " 20 .x"
5656 if : env.EVALUATION_TOKEN != ''
5757 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
5858 if : env.EVALUATION_TOKEN != ''
6666 steps :
6767 - uses : actions/setup-node@v4
6868 with :
69- node-version : " 18 .x"
69+ node-version : " 20 .x"
7070 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
7171 - run : npm ci
7272 - run : npx jest device-token-authentication.spec.ts
Original file line number Diff line number Diff line change 2121
2222 - uses : actions/setup-node@v4
2323 with :
24- node-version : " 18 .x"
24+ node-version : " 20 .x"
2525
2626 - name : Keep npm cache around to speed up installs
2727 uses : actions/cache@v3
Original file line number Diff line number Diff line change 1717
1818 - uses : actions/setup-node@v4
1919 with :
20- node-version : " 18 .x"
20+ node-version : " 20 .x"
2121
2222 - name : Keep npm cache around to speed up installs
2323 uses : actions/cache@v3
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616 - uses : actions/setup-node@v4
1717 with :
18- node-version : " 18 .x"
18+ node-version : " 20 .x"
1919 - name : Keep npm cache around to speed up installs
2020 uses : actions/cache@v3
2121 with :
Original file line number Diff line number Diff line change 4242 ]
4343 },
4444 "engines" : {
45- "node" : " >=18 " ,
45+ "node" : " >=20 " ,
4646 "npm" : " >=9"
4747 },
4848 "release" : {
You can’t perform that action at this time.
0 commit comments