Skip to content

Commit 6c3eed1

Browse files
committed
Update action to node20
1 parent fa86ad3 commit 6c3eed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
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)