Skip to content

Commit

Permalink
Merge pull request #742 from actions/node-update
Browse files Browse the repository at this point in the history
Update node version, @types/node and some outdated dependencies
  • Loading branch information
Vipul authored and GitHub committed Feb 16, 2022
2 parents 72d1e4f + 757c5a8 commit 73cb7e0
Show file tree
Hide file tree
Showing 3 changed files with 1,376 additions and 3,442 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
Loading

0 comments on commit 73cb7e0

Please sign in to comment.