File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - name : ⎔ Setup Node.js
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : 22
31+ node-version : 24
3232 cache : " pnpm"
3333
3434 - name : 📥 Download deps
5959 - name : ⎔ Setup Node.js
6060 uses : actions/setup-node@v4
6161 with :
62- node-version : 22
62+ node-version : 24
6363 cache : " pnpm"
6464
6565 - name : 📥 Download deps
8989 - name : ⎔ Setup Node.js
9090 uses : actions/setup-node@v4
9191 with :
92- node-version : 22
92+ node-version : 24
9393 cache : " pnpm"
9494
9595 - name : 🏄 Copy example env vars to nextjs app
@@ -124,7 +124,7 @@ jobs:
124124 - name : ⎔ Setup Node.js
125125 uses : actions/setup-node@v4
126126 with :
127- node-version : 22
127+ node-version : 24
128128 cache : " pnpm"
129129
130130 # - name: 🏄 Copy test env vars
Original file line number Diff line number Diff line change 2828 - name : ⎔ Setup Node.js 22
2929 uses : actions/setup-node@v4
3030 with :
31- node-version : 22
31+ node-version : 24
3232 cache : " pnpm"
3333
3434 - name : 📥 Install Dependencies
You can’t perform that action at this time.
0 commit comments