Skip to content

Commit 77d7344

Browse files
authored
Merge pull request #256 from takost/update-to-node-20
Update action to node20
2 parents de14547 + 84abb89 commit 77d7344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
22
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
33
author: 'GitHub'
44
runs:
5-
using: 'node16'
5+
using: 'node20'
66
main: 'dist/index.js'
77
inputs:
88
token:

0 commit comments

Comments
 (0)