Skip to content

Commit

Permalink
update deps & make use of node 20 instead of node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kwarkjes committed Feb 6, 2024
1 parent ce9c440 commit 0fbe1a4
Show file tree
Hide file tree
Showing 7 changed files with 32,186 additions and 5,291 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inputs:
required: false
default: "UTC"
runs:
using: "node16"
main: "dist/index.js"
using: "node20"
main: "dist/index.mjs"
Loading

0 comments on commit 0fbe1a4

Please sign in to comment.