From 3588dd13aca0b07c8be7f438abcc11a4e268d569 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 23 Aug 2021 20:55:15 +0800 Subject: [PATCH] ci: fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca0be65f..1e2864e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - 14 include: - node-version: 12 - os: unbuntu-latest + os: ubuntu-latest - node-version: 16 os: ubuntu-latest name: Node ${{ matrix.node-version }} on ${{ matrix.os }} -- 2.39.5