Skip to content

Commit

Permalink
Dependency updates december 2023 + switch to Node 20 (#139)
Browse files Browse the repository at this point in the history
* Update dependencies

* Switch to node 20

* switch from es6 to es22
  • Loading branch information
dennisameling committed Dec 21, 2023
1 parent 38d1ba3 commit dc3753f
Show file tree
Hide file tree
Showing 9 changed files with 26,358 additions and 1,667 deletions.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -24,5 +24,5 @@ inputs:
required: false
description: "Path to upload to on the server. Must end with trailing slash /"
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
24,966 changes: 24,326 additions & 640 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

47 changes: 47 additions & 0 deletions dist/licenses.txt

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

0 comments on commit dc3753f

Please sign in to comment.