Skip to content

Commit

Permalink
Merge branch 'main' into use-node-version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMGreene committed Dec 4, 2023
2 parents 373694e + 1465f01 commit 591bb0d
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 591bb0d

Please sign in to comment.