Skip to content

Commit

Permalink
Merge pull request #387 from tablelandnetwork/dependabot/npm_and_yarn…
Browse files Browse the repository at this point in the history
…/types/node-20.12.12

Bump @types/node from 20.12.7 to 20.12.12
  • Loading branch information
joewagner authored May 21, 2024
2 parents 3d846da + 59087fd commit 7186b29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const platformMap = {
};

// top level keys are all possible values for process.arch
const archMap = {
const archMap: Record<string, Record<string, string>> = {
arm: platformMap, // not actively supported

// we don't have an automated build setup for these, but a manual build is
Expand Down

0 comments on commit 7186b29

Please sign in to comment.