From 636958ff4ce37f2fc23418a9e6e4f9d46047355e Mon Sep 17 00:00:00 2001 From: Juliano Solanho Date: Thu, 16 May 2024 21:18:08 -0300 Subject: [PATCH] Try bumping everything and reordering node/pnpm --- .github/workflows/CI.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e752a36..309a41b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -13,13 +13,13 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: pnpm/action-setup@v2.1.0 - with: - version: ^6.10 - uses: actions/setup-node@v4 with: - node-version: '16' + node-version: 20 cache: 'pnpm' + - uses: pnpm/action-setup@v4 + with: + version: 8 - run: pnpm install - run: pnpm run postinstall - run: pnpm test