Skip to content

Commit

Permalink
refactor: upgrade for node20
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkainzinger committed Mar 28, 2024
1 parent 0dc6503 commit bf139cf
Show file tree
Hide file tree
Showing 9 changed files with 72,756 additions and 1,328 deletions.
22 changes: 0 additions & 22 deletions .devcontainer/devcontainer.json

This file was deleted.

6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ inputs:
required: false
default: ""
runs:
using: "node16"
main: "main.js"
post: "post.js"
using: "node20"
main: "dist/main/index.js"
post: "dist/post/index.js"
branding:
icon: anchor
color: gray-dark
Loading

0 comments on commit bf139cf

Please sign in to comment.