Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
description: GitHub token to reduce the risk of rate limits when downloading the requested SetOps CLI
required: false
runs:
using: node20
using: node24
main: dist/index.js
branding:
icon: terminal
Expand Down
2 changes: 1 addition & 1 deletion setup/dist/index.js

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions setup/dist/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@ object-assign
@license MIT
*/

/* v8 ignore else -- @preserve */

/* v8 ignore else -- @preserve -- Bug with vitest coverage where it sees an else branch that doesn't exist */

/* v8 ignore next -- @preserve */

/*!
* is-natural-number.js | MIT (c) Shinnosuke Watanabe
* https://github.com/shinnn/is-natural-number.js
*/

/*!
* is-plain-object <https://github.com/jonschlinkert/is-plain-object>
*
* Copyright (c) 2014-2017, Jon Schlinkert.
* Released under the MIT License.
*/

/*!
* strip-dirs | MIT (c) Shinnosuke Watanabe
* https://github.com/shinnn/node-strip-dirs
Expand Down
Loading
Loading