Skip to content

Commit

Permalink
Merge pull request #2 from jmtellez/node-16
Browse files Browse the repository at this point in the history
Node 16
  • Loading branch information
jsdaniell committed Oct 27, 2022
2 parents 4742703 + c239202 commit fdfecd8
Show file tree
Hide file tree
Showing 704 changed files with 3,967 additions and 334,515 deletions.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
*.env
.DS_Store
12 changes: 0 additions & 12 deletions .idea/create-json-action.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/jsLibraryMappings.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

88 changes: 0 additions & 88 deletions .idea/workspace.xml

This file was deleted.

4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ outputs:
successfully:
description: 'Feedback message of success '
runs:
using: 'node12'
main: 'index.js'
using: "node16"
main: "./dist/index.js"
branding:
icon: 'file-text'
color: 'purple'
Loading

0 comments on commit fdfecd8

Please sign in to comment.