Skip to content

Commit

Permalink
Update node and actions/core (#28)
Browse files Browse the repository at this point in the history
* Update node version to 20

* Update deps

* Update node version
  • Loading branch information
benschs authored Apr 24, 2024
1 parent 65fbd27 commit 495003e
Show file tree
Hide file tree
Showing 4 changed files with 2,825 additions and 7,007 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
20.12.2
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ outputs:
previous:
description: 'Previous milestone attached to the PR'
runs:
using: 'node12'
using: 'node20'
main: 'lib/main.js'
Loading

0 comments on commit 495003e

Please sign in to comment.