Skip to content

Commit 96a2445

Browse files
committed
docs: update README
1 parent 9fa237d commit 96a2445

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,13 @@ intelligent caching, and version detection via input, .node-version, .nvmrc, or
123123
steps:
124124
- uses: actions/checkout@v5
125125
126-
# will install latest Node v18.x
126+
# Will setup node, inferring node version from your codebase & installing your dependencies
127+
- uses: codfish/actions/setup-node-and-install@v2
128+
129+
# Or if you want to be explicit
127130
- uses: codfish/actions/setup-node-and-install@v2
128131
with:
129-
node-version: 18
130-
cache-key-suffix: '-${{ github.head_ref || github.event.release.tag_name }}'
132+
node-version: 24.4
131133
132134
- run: npm test
133135
```

0 commit comments

Comments
 (0)