From aeb444fd8aa25ebffa410295a7e1158122483c5f Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 25 Apr 2024 11:35:25 +0100 Subject: [PATCH] ci: test against node 18 --- .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 ab25eb3..42e6954 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - run: corepack enable - uses: actions/setup-node@v4 with: - node-version: 16 + node-version: 18 cache: "pnpm" - run: pnpm install - run: pnpm lint