Skip to content

Commit

Permalink
feat: set runtime to node version 20 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickedqvist authored Apr 30, 2024
1 parent 9b632b2 commit 06c7933
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 @@ -34,5 +34,5 @@ outputs:
vercel_jwt:
description: 'If the deployment is using password protection, this will be a JWT. Otherwise, outputs an empty string'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit 06c7933

Please sign in to comment.