2222 - name : Setup Node.js
2323 uses : actions/setup-node@v4
2424 with :
25- node-version : " 22 "
25+ node-version : " 24 "
2626
2727 - name : Setup pnpm
2828 uses : pnpm/action-setup@v2
3636 run : |
3737 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3838
39- - uses : actions/cache@v3
39+ - uses : actions/cache@v4
4040 name : Setup pnpm cache
4141 with :
4242 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
5959 - name : Setup Node.js
6060 uses : actions/setup-node@v4
6161 with :
62- node-version : " 22 "
62+ node-version : " 24 "
6363
6464 - name : Setup pnpm
6565 uses : pnpm/action-setup@v2
7373 run : |
7474 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
7575
76- - uses : actions/cache@v3
76+ - uses : actions/cache@v4
7777 name : Setup pnpm cache
7878 with :
7979 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
9696 - name : Setup Node.js
9797 uses : actions/setup-node@v4
9898 with :
99- node-version : " 22 "
99+ node-version : " 24 "
100100
101101 - name : Setup pnpm
102102 uses : pnpm/action-setup@v2
@@ -110,7 +110,7 @@ jobs:
110110 run : |
111111 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
112112
113- - uses : actions/cache@v3
113+ - uses : actions/cache@v4
114114 name : Setup pnpm cache
115115 with :
116116 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
@@ -134,7 +134,7 @@ jobs:
134134 - name : Setup Node.js
135135 uses : actions/setup-node@v4
136136 with :
137- node-version : " 22 "
137+ node-version : " 24 "
138138
139139 - name : Setup pnpm
140140 uses : pnpm/action-setup@v2
@@ -148,7 +148,7 @@ jobs:
148148 run : |
149149 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
150150
151- - uses : actions/cache@v3
151+ - uses : actions/cache@v4
152152 name : Setup pnpm cache
153153 with :
154154 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
0 commit comments