File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 uses : actions/checkout@v5
2323
2424 - name : ⎔ Setup node
25- uses : actions/setup-node@v4
25+ uses : actions/setup-node@v5
2626 with :
2727 cache : npm
2828 cache-dependency-path : ./package-lock.json
29- node-version : 22
29+ node-version : 24
3030
3131 - name : 📥 Install deps
3232 run : npm install
@@ -42,11 +42,11 @@ jobs:
4242 uses : actions/checkout@v5
4343
4444 - name : ⎔ Setup node
45- uses : actions/setup-node@v4
45+ uses : actions/setup-node@v5
4646 with :
4747 cache : npm
4848 cache-dependency-path : ./package-lock.json
49- node-version : 22
49+ node-version : 24
5050
5151 - name : 📥 Install deps
5252 run : npm install
@@ -62,11 +62,11 @@ jobs:
6262 uses : actions/checkout@v5
6363
6464 - name : ⎔ Setup node
65- uses : actions/setup-node@v4
65+ uses : actions/setup-node@v5
6666 with :
6767 cache : npm
6868 cache-dependency-path : ./package-lock.json
69- node-version : 22
69+ node-version : 24
7070
7171 - name : 📥 Install deps
7272 run : npm install
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ jobs:
2424 uses : actions/checkout@v5
2525
2626 - name : ⎔ Setup node
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v5
2828 with :
2929 cache : npm
3030 cache-dependency-path : ./package-lock.json
31- node-version : 22
31+ node-version : 24
3232
3333 - name : 📥 Install deps
3434 run : npm install
@@ -44,11 +44,11 @@ jobs:
4444 uses : actions/checkout@v5
4545
4646 - name : ⎔ Setup node
47- uses : actions/setup-node@v4
47+ uses : actions/setup-node@v5
4848 with :
4949 cache : npm
5050 cache-dependency-path : ./package-lock.json
51- node-version : 22
51+ node-version : 24
5252
5353 - name : 📥 Install deps
5454 run : npm install
@@ -64,11 +64,11 @@ jobs:
6464 uses : actions/checkout@v5
6565
6666 - name : ⎔ Setup node
67- uses : actions/setup-node@v4
67+ uses : actions/setup-node@v5
6868 with :
6969 cache : npm
7070 cache-dependency-path : ./package-lock.json
71- node-version : 22
71+ node-version : 24
7272
7373 - name : 📥 Install deps
7474 run : npm install
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 uses : actions/checkout@v5
2020
2121 - name : ⎔ Setup node
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 cache : npm
25- node-version : 22
25+ node-version : 24
2626
2727 - name : 📥 Install deps
2828 run : npm ci
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 uses : actions/checkout@v5
2020
2121 - name : ⎔ Setup node
22- uses : actions/setup-node@v4
22+ uses : actions/setup-node@v5
2323 with :
2424 cache : npm
25- node-version : 22
25+ node-version : 24
2626
2727 - name : 📥 Install deps
2828 run : npm ci
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : 🥺 Handle Ghosting
18- uses : actions/stale@v9
18+ uses : actions/stale@v10
1919 with :
2020 close-issue-message : >
2121 This issue has been automatically closed because we haven't received a
You can’t perform that action at this time.
0 commit comments