Skip to content

Commit

Permalink
issue peaceiris#677 - update to node 16 for action runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrall committed Oct 15, 2022
1 parent 402af2b commit 624f2a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'GitHub Pages action'
description: 'GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.'
author: 'peaceiris'
runs:
using: 'node12'
using: 'node16'
main: 'lib/index.js'
branding:
icon: 'upload-cloud'
Expand Down
1 change: 1 addition & 0 deletions lib/exec-child.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/index.js

Large diffs are not rendered by default.

0 comments on commit 624f2a1

Please sign in to comment.