From 9028ec138522631869ebbb030bc7f5b2064ea872 Mon Sep 17 00:00:00 2001 From: Simon Holthausen Date: Fri, 10 Nov 2023 16:02:59 +0100 Subject: [PATCH] fix versions --- .github/workflows/ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e4e5b260..cf8e96b0ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,11 +17,9 @@ jobs: strategy: matrix: include: - - node-version: 16 - os: ubuntu-latest - - node-version: 16 + - node-version: 18 os: windows-latest - - node-version: 16 + - node-version: 18 os: macOS-latest - node-version: 18 os: ubuntu-latest @@ -47,6 +45,6 @@ jobs: - uses: pnpm/action-setup@v2.2.4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: pnpm - run: 'pnpm i && pnpm check && pnpm lint'