From 9d528764f1a79df3b436791aef13bec38fe10687 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 23 Aug 2021 20:08:01 +0800 Subject: [PATCH] ci: fix typo --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ab32fe7..ca0be65f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,14 +15,14 @@ jobs: - ubuntu-latest - macos-latest - windows-latest - node_version: + node-version: - 14 include: - node-version: 12 os: unbuntu-latest - node-version: 16 os: ubuntu-latest - name: Node ${{ matrix.node_version }} on ${{ matrix.os }} + name: Node ${{ matrix.node-version }} on ${{ matrix.os }} steps: - uses: actions/checkout@v1 - uses: pnpm/action-setup@v2.0.1 @@ -30,7 +30,7 @@ jobs: version: 6 - uses: actions/setup-node@v2 with: - node-version: ${{ matrix.node_version }} + node-version: ${{ matrix.node-version }} cache: 'pnpm' - run: pnpm install - run: pnpm test -- 2.39.5