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:
1414 steps :
1515 - uses : pnpm/action-setup@v2
1616 with :
17- version : 8
17+ version : ' 9.15.0 '
1818
1919 - name : 📚 Checkout
2020 uses : actions/checkout@v3
2121
2222 - name : 🟢 Node
2323 uses : actions/setup-node@v2
2424 with :
25- node-version : 18
25+ node-version : 22
2626 registry-url : https://registry.npmjs.org
2727
2828 - name : 🍳 Prepare
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 steps :
1515 - uses : pnpm/action-setup@v2
1616 with :
17- version : 8
17+ version : ' 9.15.0 '
1818
1919 - name : 📚 Checkout
2020 uses : actions/checkout@v3
2121
2222 - name : 🟢 Node
2323 uses : actions/setup-node@v2
2424 with :
25- node-version : 18
25+ node-version : 22
2626 registry-url : https://registry.npmjs.org
2727
2828 - name : 🍳 Prepare
Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ jobs:
1111 steps :
1212 - uses : pnpm/action-setup@v2
1313 with :
14- version : 8
14+ version : ' 9.15.0 '
1515
1616 - name : 📚 Checkout
1717 uses : actions/checkout@v3
1818
1919 - name : 🟢 Node
2020 uses : actions/setup-node@v2
2121 with :
22- node-version : 16
22+ node-version : 22
2323 registry-url : https://registry.npmjs.org
2424
2525 - name : 🍳 Prepare
You can’t perform that action at this time.
0 commit comments