mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
chore: update engine field in packages & deploy website manually
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"undici": "5.27.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "16.18.60",
|
||||
"@types/node": "18.18.8",
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.53.0",
|
||||
@@ -62,6 +62,6 @@
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16.11.0"
|
||||
"node": ">=18"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,5 +12,5 @@ outputs:
|
||||
semver:
|
||||
description: 'The semver string that was extracted from this tag'
|
||||
runs:
|
||||
using: node16
|
||||
using: node20
|
||||
main: ../../dist/formatTag/index.js
|
||||
|
||||
@@ -6,5 +6,5 @@ inputs:
|
||||
version:
|
||||
description: 'The semver string'
|
||||
runs:
|
||||
using: node16
|
||||
using: node20
|
||||
main: ../../dist/uploadDocumentation/index.js
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: 'Upload search indicies'
|
||||
description: 'Uploads the search indicies to a meilisearch database'
|
||||
runs:
|
||||
using: node16
|
||||
using: node20
|
||||
main: ../../dist/uploadSearchIndicies/index.js
|
||||
|
||||
Reference in New Issue
Block a user