From 16d485074bbed39ad8dcb1bdc2bb9e6b86a4e3a8 Mon Sep 17 00:00:00 2001 From: NEUTRON Date: Wed, 19 Apr 2023 10:09:50 +0900 Subject: [PATCH] :green_heart: Set `node-version` to 19 See https://github.com/pnpm/pnpm/issues/6424 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3a2082a..8d02f08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v3 with: - node-version: latest + node-version: 19 - name: Install pnpm uses: pnpm/action-setup@v2 id: pnpm-install