mirror of
https://github.com/bcomnes/deploy-to-neocities.git
synced 2026-03-29 01:31:35 +00:00
Update action runtime to Node 24
This commit is contained in:
@@ -31,5 +31,5 @@ inputs:
|
|||||||
required: false
|
required: false
|
||||||
deprecationMessage: 'api_token is deprecated, use api_key instead'
|
deprecationMessage: 'api_token is deprecated, use api_key instead'
|
||||||
runs:
|
runs:
|
||||||
using: 'node20'
|
using: 'node24'
|
||||||
main: 'dist/index.cjs'
|
main: 'dist/index.cjs'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"extends": "@voxpelli/tsconfig/node20.json",
|
"extends": "@voxpelli/tsconfig/node24.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"skipLibCheck": true
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user