From 196055bfbfa56123378e2b7df09ea27280a1624a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Thu, 26 Oct 2023 16:59:08 +0900 Subject: [PATCH] chore: update snap --- .github/workflows/ci.yml | 4 ++-- test/__snapshots__/dts.test.ts.snap | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 658e70b..0904bc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Set node uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: lts/* - name: Setup run: npm i -g @antfu/ni @@ -33,7 +33,7 @@ jobs: strategy: matrix: - node: [16.x] + node: [lts/*] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false diff --git a/test/__snapshots__/dts.test.ts.snap b/test/__snapshots__/dts.test.ts.snap index 078fe6d..2f4b697 100644 --- a/test/__snapshots__/dts.test.ts.snap +++ b/test/__snapshots__/dts.test.ts.snap @@ -146,7 +146,7 @@ declare global { // for type re-export declare global { // @ts-ignore - export type { Component, ComponentPublicInstance, ComputedRef, InjectionKey, PropType, Ref, VNode } from 'vue-demi' + export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue-demi' } " `;