Skip to content

Commit 61529b1

Browse files
authored
doc: set latest major
1 parent f4ecb2c commit 61529b1

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
@@ -92,7 +92,7 @@ isNodeVulnerable('19.0.0', 'linux') // true
9292

9393
## Github Action
9494

95-
This package also provide a Github Action, just include the `node-version` in the yml as follows in order to check an specific version:
95+
This package also provides a GitHub Action, just include the `node-version` in the yml as follows in order to check a specific version:
9696

9797
```yml
9898
name: "Node.js Vulnerabilities"
@@ -106,7 +106,7 @@ jobs:
106106
steps:
107107
- uses: actions/checkout@v3
108108
- name: Check Node.js
109-
uses: RafaelGSS/is-my-node-vulnerable@v1.2.0
109+
uses: RafaelGSS/is-my-node-vulnerable@v1
110110
with:
111111
node-version: "18.14.1"
112112
```
@@ -116,7 +116,7 @@ Optionally you can define the platform with the argument `platform` to limit the
116116
```yml
117117
- uses: actions/checkout@v3
118118
- name: Check Node.js
119-
uses: RafaelGSS/is-my-node-vulnerable@v1.2.0
119+
uses: RafaelGSS/is-my-node-vulnerable@v1
120120
with:
121121
node-version: "18.14.1"
122122
platform: "linux"

0 commit comments

Comments
 (0)