Skip to content

Commit

Permalink
fixes #20 #22 #28 update npm
Browse files Browse the repository at this point in the history
  • Loading branch information
peckjon committed Jun 4, 2024
1 parent 5df9567 commit c2fe294
Show file tree
Hide file tree
Showing 1,197 changed files with 175,264 additions and 364,962 deletions.
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# .gitignore for Node.js GitHub Actions

# Ignore logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Ignore IDE specific files
.idea/
.vscode/
*.swp
*.swo

# Ignore build and distribution directories
dist/
build/

# Ignore macOS system files
.DS_Store
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
._*

# Ignore Linux system files
.*
!/.gitignore

# Ignore npm debug logs and .npmrc
npm-debug.log*
.npmrc
467 changes: 224 additions & 243 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions node_modules/@actions/core/README.md

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

4 changes: 2 additions & 2 deletions node_modules/@actions/core/lib/core.d.ts

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/oidc-utils.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/core/lib/oidc-utils.js.map

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

6 changes: 3 additions & 3 deletions node_modules/@actions/core/package.json

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

31 changes: 27 additions & 4 deletions node_modules/@actions/github/README.md

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

1 change: 1 addition & 0 deletions node_modules/@actions/github/lib/context.js

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

2 changes: 1 addition & 1 deletion node_modules/@actions/github/lib/context.js.map

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

34 changes: 9 additions & 25 deletions node_modules/@actions/github/lib/github.d.ts

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

122 changes: 25 additions & 97 deletions node_modules/@actions/github/lib/github.js

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

Loading

0 comments on commit c2fe294

Please sign in to comment.