File tree Expand file tree Collapse file tree 8 files changed +5379
-3996
lines changed Expand file tree Collapse file tree 8 files changed +5379
-3996
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 fail-fast : false
2626 matrix :
27- node : [18, 20, 21 ]
27+ node : [18, 20, 22 ]
2828 steps :
2929 -
3030 name : Checkout repository
8181 strategy :
8282 fail-fast : false
8383 matrix :
84- node : [18, 20, 21 ]
84+ node : [18, 20, 22 ]
8585 steps :
8686 -
8787 name : Checkout repository
@@ -211,7 +211,7 @@ jobs:
211211 -
212212 uses : actions/setup-node@v4
213213 with :
214- node-version : 21
214+ node-version : 22
215215 - uses : pnpm/action-setup@v4
216216 name : Install pnpm
217217 with :
Original file line number Diff line number Diff line change 1818 strategy :
1919 fail-fast : false
2020 matrix :
21- node : [20, 21 ]
21+ node : [20, 22 ]
2222
2323 steps :
2424 -
Original file line number Diff line number Diff line change 2626 -
2727 uses : actions/setup-node@v4
2828 with :
29- node-version : 21
29+ node-version : 22
3030 - uses : pnpm/action-setup@v4
3131 name : Install pnpm
3232 with :
9292 uses : actions/checkout@v4
9393 - uses : actions/setup-node@v4
9494 with :
95- node-version : 21
95+ node-version : 22
9696 - uses : pnpm/action-setup@v4
9797 name : Install pnpm
9898 with :
@@ -159,7 +159,7 @@ jobs:
159159 -
160160 uses : actions/setup-node@v4
161161 with :
162- node-version : 21
162+ node-version : 22
163163 - uses : pnpm/action-setup@v4
164164 name : Install pnpm
165165 with :
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 strategy :
2525 fail-fast : false
2626 matrix :
27- node : [18, 20, 21 ]
27+ node : [18, 20, 22 ]
2828 steps :
2929 -
3030 name : Check out latest release
3131 uses : actions/checkout@v4
3232 with :
33- ref : master
33+ ref : develop # FIXME change to master when doing release
3434 -
3535 uses : actions/setup-node@v4
3636 with :
Original file line number Diff line number Diff line change 3434 -
3535 uses : actions/setup-node@v4
3636 with :
37- node-version : 21
37+ node-version : 22
3838 - uses : pnpm/action-setup@v4
3939 name : Install pnpm
4040 with :
You can’t perform that action at this time.
0 commit comments