Skip to content

Commit

Permalink
fix(readme): correct the version in the usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
svierk committed Feb 27, 2024
1 parent fa65f1f commit fe9414c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🕵🏻 Get Node Version V1
# 🕵🏻 Get Node Version

This repository implements a very simple GitHub composite action that pulls the Node.js version from the _package.json_ file of the project and ensures that it is used for the current pipeline execution. The action relies on the Node.js version specified within the [engines](https://docs.npmjs.com/cli/v10/configuring-npm/package-json#engines) section of the _package.json_, e.g:

Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4
- name: Select Node Version
uses: svierk/get-node-version@v1
uses: svierk/get-node-version@v1.0.1
```

## References
Expand Down

0 comments on commit fe9414c

Please sign in to comment.