Skip to content

Commit 464ce5e

Browse files
committed
docs: update node-version examples from v22 to v24 in README
1 parent bfdfa49 commit 464ce5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ steps:
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
@@ -60,7 +60,7 @@ steps:
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
```
@@ -73,7 +73,7 @@ steps:
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
@@ -84,7 +84,7 @@ steps:
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

0 commit comments

Comments
 (0)