From 1e85a49c809ed2cf91f41e994c1a82aa1c116704 Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Thu, 27 Apr 2023 05:25:35 +0900 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .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 5385cf11c3..7a9e68c01d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2.2.4 with: - version: ${{ matrix.node-version == 20 && 8 || 7 }} + version: ${{ matrix.node-version == 14 && 7 || 8 }} - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }}