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