chore: update engine field in packages & deploy website manually

This commit is contained in:
iCrawl
2023-11-08 00:25:38 +01:00
parent 5c0fad3b2d
commit ee2afb0aae
32 changed files with 1119 additions and 290 deletions

View File

@@ -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

View File

@@ -6,5 +6,5 @@ inputs:
version:
description: 'The semver string'
runs:
using: node16
using: node20
main: ../../dist/uploadDocumentation/index.js

View File

@@ -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