Skip to content

Commit

Permalink
feat: upgrade node action to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickHeneise committed Sep 4, 2024
1 parent c5ad485 commit 4af81e8
Show file tree
Hide file tree
Showing 7 changed files with 70,778 additions and 45,430 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ coverage
# environment variables file
.env
.secrets
.tap
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ inputs:
required: false
runs:
main: dist/index.js
using: node16
using: node20
Loading

0 comments on commit 4af81e8

Please sign in to comment.