4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [18.x, 20.x, 22.x]
12
+ node-version : [20.x, 22.x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [18.x, 20.x, 22.x]
12
+ node-version : [20.x, 22.x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v3
14
14
- uses : actions/setup-node@v3
15
15
with :
16
- node-version : 20
16
+ node-version : 22
17
17
cache : ' npm'
18
18
- name : Install @formidablejs/installer
19
19
run : npm i -g @formidablejs/installer
27
27
- uses : actions/checkout@v3
28
28
- uses : actions/setup-node@v3
29
29
with :
30
- node-version : 20
30
+ node-version : 22
31
31
cache : ' npm'
32
32
- name : Install @formidablejs/installer
33
33
run : npm i -g @formidablejs/installer
46
46
bun-version : latest
47
47
- uses : actions/setup-node@v3
48
48
with :
49
- node-version : 20
49
+ node-version : 22
50
50
cache : ' npm'
51
51
- name : Install @formidablejs/installer
52
52
run : npm i -g @formidablejs/installer
60
60
- uses : actions/checkout@v3
61
61
- uses : actions/setup-node@v3
62
62
with :
63
- node-version : 20
63
+ node-version : 22
64
64
cache : ' npm'
65
65
- name : Install @formidablejs/installer
66
66
run : npm i -g @formidablejs/installer
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
- uses : actions/checkout@v3
14
14
- name : Start Redis
15
15
uses : supercharge/redis-github-action@1.4.0
16
- - name : Use Node.js 20
16
+ - name : Use Node.js 22
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 20
19
+ node-version : 22
20
20
cache : ' npm'
21
21
- run : npm ci
22
22
- run : npm run build
0 commit comments