Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update to node 18.18.2 and node 16.20.2 #4

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix test script for node 16, 18 and 19
  • Loading branch information
Gabriel P committed Oct 16, 2023
commit 8bf32b85116df0f8691ee1d2bbb85a7fa2dc2676
15 changes: 15 additions & 0 deletions lib/verify.ts
Original file line number Diff line number Diff line change
@@ -45,6 +45,15 @@ const script = `
} else
if (modules === 83) {
// no cpu features anymore
} else
if (modules === 93) {
// no cpu features anymore
} else
if (modules === 108) {
// no cpu features anymore
} else
if (modules === 111) {
// no cpu features anymore
} else {
assert(false, modules);
}
@@ -76,6 +85,12 @@ const script = `
if (modules === 79) {
} else
if (modules === 83) {
} else
if (modules === 93) {
} else
if (modules === 108) {
} else
if (modules === 111) {
} else {
assert(false, modules);
}