Skip to content

Commit

Permalink
fix(deps): bump nodejs to 20
Browse files Browse the repository at this point in the history
```
Node.js 16 actions are deprecated. Please update the following actions
to use Node.js 20: tradeshift/actions-docker@v1. For more information
see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
```
  • Loading branch information
arminioa committed Feb 9, 2024
1 parent 70ce06c commit eaebfc9
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 869 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
20.11.17
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ outputs:
image:
description: full image name including git SHA tag
runs:
using: "node16"
using: "node20"
main: "dist/index.js"
post: "dist/index.js"
Loading

0 comments on commit eaebfc9

Please sign in to comment.