mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-01-16 22:56:28 +00:00
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:
parent
d2622ae949
commit
18ba72a8f3
@ -19,5 +19,5 @@ inputs:
|
|||||||
description: A glob string that prevents matched files from ever being deleted.
|
description: A glob string that prevents matched files from ever being deleted.
|
||||||
required: false
|
required: false
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user