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
@@ -123,7 +123,7 @@ jobs:
123123 - name : ⎔ Setup Node.js
124124 uses : actions/setup-node@v4
125125 with :
126- node-version : 22
126+ node-version : 24
127127 cache : " pnpm"
128128
129129 # - name: 🏄 Copy test env vars
Original file line number Diff line number Diff line change 2828 - name : ⎔ Setup Node.js 20
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