Skip to content

Commit

Permalink
upgrade to node20
Browse files Browse the repository at this point in the history
node16 is EOL, this updates the Action to use the latest version of node
  • Loading branch information
GrantBirki authored Nov 14, 2023
1 parent e2b7b9e commit 6784cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'Issue Reminders'
description: 'Let a robot remind you about the important issue'
runs:
using: 'node16'
using: 'node20'
main: "dist/index.js"

0 comments on commit 6784cc0

Please sign in to comment.