types: add ImportMetaEnv

This commit is contained in:
陈凯龙
2022-03-01 14:37:15 +08:00
parent 563787c296
commit 38e0257487
9 changed files with 55 additions and 37 deletions

View File

@@ -12,12 +12,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: use Node.js 16
- name: Use Node.js 16
uses: actions/setup-node@v2.1.2
with:
node-version: '16.x'
- name: Get yarn cache
- name: Get Yarn Cache
id: yarn-cache
run: echo "::set-output name=dir::$(yarn cache dir)"