File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
steps :
15
15
- uses : pnpm/action-setup@v2
16
16
with :
17
- version : 8
17
+ version : ' 9.15.0 '
18
18
19
19
- name : 📚 Checkout
20
20
uses : actions/checkout@v3
21
21
22
22
- name : 🟢 Node
23
23
uses : actions/setup-node@v2
24
24
with :
25
- node-version : 18
25
+ node-version : 22
26
26
registry-url : https://registry.npmjs.org
27
27
28
28
- name : 🍳 Prepare
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
14
14
steps :
15
15
- uses : pnpm/action-setup@v2
16
16
with :
17
- version : 8
17
+ version : ' 9.15.0 '
18
18
19
19
- name : 📚 Checkout
20
20
uses : actions/checkout@v3
21
21
22
22
- name : 🟢 Node
23
23
uses : actions/setup-node@v2
24
24
with :
25
- node-version : 18
25
+ node-version : 22
26
26
registry-url : https://registry.npmjs.org
27
27
28
28
- name : 🍳 Prepare
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
11
11
steps :
12
12
- uses : pnpm/action-setup@v2
13
13
with :
14
- version : 8
14
+ version : ' 9.15.0 '
15
15
16
16
- name : 📚 Checkout
17
17
uses : actions/checkout@v3
18
18
19
19
- name : 🟢 Node
20
20
uses : actions/setup-node@v2
21
21
with :
22
- node-version : 16
22
+ node-version : 22
23
23
registry-url : https://registry.npmjs.org
24
24
25
25
- name : 🍳 Prepare
You can’t perform that action at this time.
0 commit comments