Skip to content

Commit 1465f01

Browse files
authored
Merge pull request #108 from takost/update-to-node-20
Update action to node20
2 parents b8130d9 + f2fc553 commit 1465f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Configure GitHub Pages'
22
description: 'A GitHub Action to enable Pages, extract various metadata about a site, and configure some supported static site generators.'
33
author: 'GitHub'
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'dist/index.js'
77
inputs:
88
static_site_generator:

0 commit comments

Comments
 (0)