Skip to content

Commit

Permalink
Merge pull request #108 from takost/update-to-node-20
Browse files Browse the repository at this point in the history
Update action to node20
  • Loading branch information
JamesMGreene committed Dec 4, 2023
2 parents b8130d9 + f2fc553 commit 1465f01
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 @@ -2,7 +2,7 @@ name: 'Configure GitHub Pages'
description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
author: 'GitHub'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
inputs:
static_site_generator:
Expand Down

0 comments on commit 1465f01

Please sign in to comment.