Skip to content

Commit

Permalink
fix: use node20 instead of eol node16
Browse files Browse the repository at this point in the history
i know this is just a comment but I need to make semantic-release bump the version
  • Loading branch information
BrycensRanch committed Sep 17, 2023
1 parent 8836a96 commit 72101c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ branding:
icon: 'file-text'

runs:
# Node16 is EOL. We now use Node20! Cool, right?
using: 'node20'
main: 'dist/index.js'

1 comment on commit 72101c1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 48/48
🟢 Branches 100% 7/7
🟢 Functions 100% 2/2
🟢 Lines 100% 45/45

Test suite run success

8 tests passing in 1 suite.

Report generated by 🧪jest coverage report action from 72101c1

Please sign in to comment.