Skip to content

Commit

Permalink
set node to 20 and fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Dec 12, 2024
1 parent eda35c7 commit 1119367
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
20.15.0

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.15.0
5 changes: 4 additions & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node": "^18.16.3",
"@types/node": "^20.14.9",
"@types/react": "18.2.0",
"@types/react-native": "0.71.8",
"@types/text-encoding": "^0.0.39",
Expand All @@ -77,5 +77,8 @@
"autolinking": {
"nativeModulesDir": ".."
}
},
"engines": {
"node": ">=20"
}
}
15 changes: 10 additions & 5 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6283,12 +6283,12 @@
resolved "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz"
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==

"@types/node@^18.16.3":
version "18.19.7"
resolved "https://registry.npmjs.org/@types/node/-/node-18.19.7.tgz"
integrity sha512-IGRJfoNX10N/PfrReRZ1br/7SQ+2vF/tK3KXNwzXz82D32z5dMQEoOlFew18nLSN+vMNcLY4GrKfzwi/yWI8/w==
"@types/node@^20.14.9":
version "20.17.10"
resolved "https://registry.npmjs.org/@types/node/-/node-20.17.10.tgz#3f7166190aece19a0d1d364d75c8b0b5778c1e18"
integrity sha512-/jrvh5h6NXhEauFFexRin69nA0uHJ5gwk4iDivp/DeoEua3uwCUto6PC86IpRITBOs4+6i2I56K5x5b6WYGXHA==
dependencies:
undici-types "~5.26.4"
undici-types "~6.19.2"

"@types/pbkdf2@^3.0.0":
version "3.1.2"
Expand Down Expand Up @@ -15164,6 +15164,11 @@ undici-types@~5.26.4:
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==

undici-types@~6.19.2:
version "6.19.8"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz#35111c9d1437ab83a7cdc0abae2f26d88eda0a02"
integrity sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==

undici@^5.8.1:
version "5.28.3"
resolved "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,8 @@
"expo": "*",
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">=20"
}
}

0 comments on commit 1119367

Please sign in to comment.