Skip to content

Commit

Permalink
fix node16 deprecation (#35)
Browse files Browse the repository at this point in the history
switch to node.js 20  (node16 is deprecated)
  • Loading branch information
mosfet80 authored Nov 4, 2024
1 parent 50f9ca3 commit 4789fd1
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
Expand Up @@ -6,5 +6,5 @@ inputs:
description: "Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}"
required: true
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 4789fd1

Please sign in to comment.