File tree Expand file tree Collapse file tree 7 files changed +11895
-10093
lines changed Expand file tree Collapse file tree 7 files changed +11895
-10093
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
- name : Install pnpm
14
14
uses : pnpm/action-setup@v2
15
15
with :
16
- version : 7
16
+ version : 9
17
17
- name : Install Node.js
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 16
20
+ node-version : 22
21
21
cache : ' pnpm'
22
22
- name : Check size
23
23
uses : andresz1/size-limit-action@master
@@ -32,11 +32,11 @@ jobs:
32
32
- name : Install pnpm
33
33
uses : pnpm/action-setup@v2
34
34
with :
35
- version : 7
35
+ version : 9
36
36
- name : Install Node.js
37
37
uses : actions/setup-node@v3
38
38
with :
39
- node-version : 16
39
+ node-version : 22
40
40
cache : ' pnpm'
41
41
- name : Install dependencies
42
42
run : pnpm install
@@ -54,11 +54,11 @@ jobs:
54
54
- name : Install pnpm
55
55
uses : pnpm/action-setup@v2
56
56
with :
57
- version : 7
57
+ version : 9
58
58
- name : Install Node.js
59
59
uses : actions/setup-node@v3
60
60
with :
61
- node-version : 16
61
+ node-version : 22
62
62
cache : ' pnpm'
63
63
- name : Install dependencies
64
64
run : pnpm install
71
71
- name : Checkout the repository
72
72
uses : actions/checkout@v3
73
73
- name : Check editorconfig
74
- uses : editorconfig-checker/action-editorconfig-checker@v1
74
+ uses : editorconfig-checker/action-editorconfig-checker@main
75
75
website :
76
76
runs-on : ubuntu-latest
77
77
name : website
@@ -81,11 +81,11 @@ jobs:
81
81
- name : Install pnpm
82
82
uses : pnpm/action-setup@v2
83
83
with :
84
- version : 7
84
+ version : 9
85
85
- name : Install Node.js
86
86
uses : actions/setup-node@v3
87
87
with :
88
- node-version : 16
88
+ node-version : 22
89
89
cache : ' pnpm'
90
90
- name : Install dependencies
91
91
run : pnpm install
Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
14
14
- name : Install pnpm
15
15
uses : pnpm/action-setup@v2
16
16
with :
17
- version : 7
17
+ version : 9
18
18
- name : Install Node.js
19
19
uses : actions/setup-node@v3
20
20
with :
21
- node-version : 16
21
+ node-version : 22
22
22
cache : ' pnpm'
23
23
- name : Install dependencies
24
24
run : pnpm install
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
- name : Install pnpm
13
13
uses : pnpm/action-setup@v2
14
14
with :
15
- version : 7
15
+ version : 9
16
16
- name : Install Node.js
17
17
uses : actions/setup-node@v3
18
18
with :
19
- node-version : 16
19
+ node-version : 22
20
20
cache : ' pnpm'
21
21
registry-url : ' https://registry.npmjs.org'
22
22
- name : Install dependencies
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ nodejs 22.4.1
2
+ pnpm 9.9.0
You can’t perform that action at this time.
0 commit comments