From ec009ca3d2d0594bf67d21cb0c114fbd1cfe1b3b Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 12 Feb 2024 15:42:31 +0000 Subject: [PATCH] ci: run tests with node 18 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a80ea0f..d2b22f3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "yarn" - name: Install dependencies @@ -43,7 +43,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "yarn" - name: Install dependencies @@ -70,7 +70,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 cache: "yarn" - name: Install dependencies