Skip to content

Commit

Permalink
update to node16 in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
larhauga committed May 8, 2023
1 parent 76b31eb commit b6e6357
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 @@ -41,7 +41,7 @@ outputs:
cache-hit:
description: 'A boolean value to indicate an exact match was found for the primary key'
runs:
using: 'node12'
using: 'node16'
main: 'dist/restore/index.js'
post: 'dist/save/index.js'
post-if: 'success()'
Expand Down

0 comments on commit b6e6357

Please sign in to comment.