Skip to content

Commit

Permalink
Merge pull request #7 from SebRollen/sr-switch-to-node-16
Browse files Browse the repository at this point in the history
build: switch to node-16 runtime
  • Loading branch information
SebRollen authored Oct 29, 2022
2 parents 7413a53 + b13ec26 commit 2bd04b0
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 @@ -14,6 +14,6 @@ outputs:
value:
description: 'The data stored in `field` inside `file`'
runs:
using: 'node12'
using: 'node16'
main: 'index.js'

0 comments on commit 2bd04b0

Please sign in to comment.