Merge pull request #108 from takost/update-to-node-20

Update action to node20
This commit is contained in:
James M. Greene
2023-12-04 11:57:21 -06:00
committed by GitHub

View File

@@ -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.' description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
author: 'GitHub' author: 'GitHub'
runs: runs:
using: 'node16' using: 'node20'
main: 'dist/index.js' main: 'dist/index.js'
inputs: inputs:
static_site_generator: static_site_generator: