Skip to content

Commit

Permalink
Merge pull request #709 from marocchino/node-20
Browse files Browse the repository at this point in the history
Node 20
  • Loading branch information
marocchino authored Mar 11, 2024
2 parents b22a0b8 + 32b7366 commit d8ae5c0
Show file tree
Hide file tree
Showing 6 changed files with 1,069 additions and 1,028 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.11.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: marocchino/validate-dependabot@v2
- uses: actions/checkout@v4
- uses: marocchino/validate-dependabot@v3
id: validate
- uses: marocchino/sticky-pull-request-comment@v2
if: always()
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
description: 'display on failure'
default: '🚫 dependabot errors'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
84 changes: 44 additions & 40 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit d8ae5c0

Please sign in to comment.