Skip to content

Commit 29d1859

Browse files
authored
Update README (#4)
1 parent 8b2a25a commit 29d1859

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Remove boilerplate to initialize your node project, so you can replace...
99
```yaml
1010
steps:
1111
- name: Checkout your branch
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Then install Node.js
15-
uses: actions/setup-node@v3
15+
uses: actions/setup-node@v4
1616
with:
1717
node-version: 20.x
1818

@@ -23,7 +23,7 @@ with...
2323
```yaml
2424
steps:
2525
- name: All above steps in one!
26-
uses: adamhamlin/checkout-node-project@v0.1.0
26+
uses: adamhamlin/checkout-node-project@v1
2727
with:
2828
node-version: 20.x
2929
```

0 commit comments

Comments
 (0)