Skip to content

Commit

Permalink
fix: update test to use 24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed May 21, 2024
1 parent 46c6bcc commit 771414c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ async function t () {
}
assert.rejects(() => isNodeVulnerable('999'), /not get exactly one version/)
assert.rejects(() => isNodeVulnerable('Unobtanium'), /not get exactly one version/) // i.e. not found
assert.rejects(() => isNodeVulnerable('22.0.0'), /not get exactly one version/)
assert.rejects(() => isNodeVulnerable('24.0.0'), /not get exactly one version/)

// EOL
assert.ok(await isNodeVulnerable('19.0.0'))
Expand Down

0 comments on commit 771414c

Please sign in to comment.