Update action runtime to node20

BREAKING CHANGE: run using node20 action runtime.

Closes https://github.com/bcomnes/deploy-to-neocities/issues/174
This commit is contained in:
Bret Comnes 2024-04-04 11:31:59 -07:00
parent d2622ae949
commit 18ba72a8f3
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -19,5 +19,5 @@ inputs:
description: A glob string that prevents matched files from ever being deleted.
required: false
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'