Skip to content

Commit

Permalink
Automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 8, 2022
1 parent a1cb3b1 commit da5ad98
Show file tree
Hide file tree
Showing 14 changed files with 3 additions and 4,314 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/publish.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/workflows/test.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

38 changes: 0 additions & 38 deletions README.md

This file was deleted.

2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ inputs:
default: 1.5.1
runs:
using: node12
main: src/index.js
main: dist/index.js
2 changes: 2 additions & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5803,6 +5803,7 @@ module.exports = v4;

const path = __nccwpck_require__(17);

// Map node arch to arch in download url
// arch in [arm, x32, x64...] (https://nodejs.org/api/os.html#os_os_arch)
// return value in [amd64, 386, arm]
function mapArch(arch) {
Expand All @@ -5812,6 +5813,7 @@ function mapArch(arch) {
return mappings[arch] || arch;
}

// Map node os to os in download url
// os in [darwin, linux, win32...] (https://nodejs.org/api/os.html#os_os_platform)
// return value in [darwin, linux, windows]
function mapOS(os) {
Expand Down
140 changes: 0 additions & 140 deletions dist/licenses.txt

This file was deleted.

Loading

0 comments on commit da5ad98

Please sign in to comment.