File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727 - uses : actions/checkout@v6
2828 - uses : voidzero-dev/setup-vp@v1
2929 with :
30- node-version : " 22 "
30+ node-version : " 24 "
3131` ` `
3232
3333### With Node.js Version File
6060 - uses : actions/checkout@v6
6161 - uses : voidzero-dev/setup-vp@v1
6262 with :
63- node-version : " 22 "
63+ node-version : " 24 "
6464 cache : true
6565 run-install : true
6666` ` `
7373 - uses : voidzero-dev/setup-vp@v1
7474 with :
7575 version : " 1.2.3"
76- node-version : " 22 "
76+ node-version : " 24 "
7777 cache : true
7878` ` `
7979
8484 - uses : actions/checkout@v6
8585 - uses : voidzero-dev/setup-vp@v1
8686 with :
87- node-version : " 22 "
87+ node-version : " 24 "
8888 cache : true
8989 run-install : |
9090 - cwd: ./packages/app
@@ -101,7 +101,7 @@ steps:
101101 - uses: actions/checkout@v6
102102 - uses: voidzero-dev/setup-vp@v1
103103 with:
104- node-version: "22 "
104+ node-version: "24 "
105105 registry-url: "https://npm.pkg.github.com"
106106 scope: "@myorg"
107107 run-install: false
@@ -204,7 +204,7 @@ jobs:
204204
205205 - uses: voidzero-dev/setup-vp@v1
206206 with:
207- node-version: "22 "
207+ node-version: "24 "
208208 cache: true
209209
210210 - run: vp run build
You can’t perform that action at this time.
0 commit comments