File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ isNodeVulnerable('19.0.0', 'linux') // true
92
92
93
93
## Github Action
94
94
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:
96
96
97
97
``` yml
98
98
name : " Node.js Vulnerabilities"
@@ -106,7 +106,7 @@ jobs:
106
106
steps :
107
107
- uses : actions/checkout@v3
108
108
- name : Check Node.js
109
- uses : RafaelGSS/is-my-node-vulnerable@v1.2.0
109
+ uses : RafaelGSS/is-my-node-vulnerable@v1
110
110
with :
111
111
node-version : " 18.14.1"
112
112
` ` `
@@ -116,7 +116,7 @@ Optionally you can define the platform with the argument `platform` to limit the
116
116
` ` ` yml
117
117
- uses: actions/checkout@v3
118
118
- name: Check Node.js
119
- uses: RafaelGSS/is-my-node-vulnerable@v1.2.0
119
+ uses: RafaelGSS/is-my-node-vulnerable@v1
120
120
with:
121
121
node-version: "18.14.1"
122
122
platform: "linux"
You can’t perform that action at this time.
0 commit comments