mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-24 15:51:36 +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:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user