chore: migrate to github actions

This commit is contained in:
DecDuck
2025-03-20 09:56:03 +11:00
parent 70150d8325
commit 6439b173f8
45 changed files with 3335 additions and 148132 deletions
+3
View File
@@ -0,0 +1,3 @@
# `@drop/droplet-win32-arm64-msvc`
This is the **aarch64-pc-windows-msvc** binary for `@drop/droplet`
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@drop/droplet-win32-arm64-msvc",
"version": "0.0.0",
"os": [
"win32"
],
"cpu": [
"arm64"
],
"main": "droplet.win32-arm64-msvc.node",
"files": [
"droplet.win32-arm64-msvc.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
}
}