fix actions.

This commit is contained in:
2023-09-04 11:48:55 +08:00
parent 1975be26be
commit 345203dce2
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: "current"
node-version: "20"
cache: "npm"
- run: npm install
- run: npm run build

View File

@@ -1,6 +1,7 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
export {}
declare global {
@@ -299,7 +300,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
// @ts-ignore
export type { DataTableColumn, FormRules, FormItemRule, SelectOption, UploadCustomRequestOptions, UploadFileInfo, MenuOption, DropdownDividerOption, DropdownOption } from 'naive-ui'
}