From f0809733afbdf02a3f478356f7da37331e07d454 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 8 May 2024 21:49:28 +0100 Subject: [PATCH] ci: test against node v18 --- .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 cf437d3..b25bfc4 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