Skip to content

Commit

Permalink
fix: remove experimental flag for compatibility with node 20.12+
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Apr 5, 2024
1 parent 44d247e commit 30d272f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ffi.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#define NAPI_VERSION 6
#define NAPI_EXPERIMENTAL /* Until Node.js v12.17.0 is released */
#include "ffi.h"
#include "fficonfig.h"
#include <get-uv-event-loop-napi.h>
Expand Down

0 comments on commit 30d272f

Please sign in to comment.