Skip to content

Commit

Permalink
Update some dependencies and move to node20 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
DriesSchaumont authored Jan 26, 2024
1 parent e6d0365 commit 0b13e4c
Show file tree
Hide file tree
Showing 417 changed files with 62,437 additions and 715 deletions.
2 changes: 1 addition & 1 deletion ns-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ inputs:
only].
required: false
runs:
using: node16
using: node20
main: index.js
2 changes: 1 addition & 1 deletion ns-build/generate_yml.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ out <- list(
# )
# ),
runs = list(
using = "node16",
using = "node20",
main = "index.js"
)
)
Expand Down
110 changes: 77 additions & 33 deletions ns-build/node_modules/.package-lock.json

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

4 changes: 2 additions & 2 deletions ns-build/node_modules/@actions/core/README.md

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

4 changes: 2 additions & 2 deletions ns-build/node_modules/@actions/core/lib/core.d.ts

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

2 changes: 1 addition & 1 deletion ns-build/node_modules/@actions/core/lib/oidc-utils.js

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

2 changes: 1 addition & 1 deletion ns-build/node_modules/@actions/core/lib/oidc-utils.js.map

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

6 changes: 3 additions & 3 deletions ns-build/node_modules/@actions/core/package.json

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

2 changes: 1 addition & 1 deletion ns-build/node_modules/@actions/http-client/lib/auth.js.map

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

Loading

0 comments on commit 0b13e4c

Please sign in to comment.