s0 / git-publish-subdir-action

GitHub Action to push a subdirectory as a branch to any git repo (e.g. for GitHub Pages)
https://github.com/marketplace/actions/push-git-subdirectory-as-branch
MIT License
208 stars 36 forks source link

Upgrade node to 16 #80

Closed ramprasadagarwal closed 1 year ago

ramprasadagarwal commented 1 year ago

Context

Node 12 is dead since April 2022, GitHub action is currently giving a warning and asking for an upgrade.

Checklist

ramprasadagarwal commented 1 year ago

@s0 Not sure why tests are breaking now, Do you have any suggestions or thoughts?

jdcmarques commented 1 year ago

@s0 Not sure why tests are breaking now, Do you have any suggestions or thoughts?

Should need #81 to work

codecov[bot] commented 1 year ago

Codecov Report

Merging #80 (b3c1c9e) into develop (dd03cd3) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##           develop      #80   +/-   ##
========================================
  Coverage    89.94%   89.94%           
========================================
  Files            1        1           
  Lines          189      189           
  Branches        37       37           
========================================
  Hits           170      170           
  Misses          14       14           
  Partials         5        5           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

s0 commented 1 year ago

Thanks for doing this! :) Also needed to update the package-lock.json, but i added that and rebased, so this should be good to go now