From f4a453bbaf890706ab02f6ad41efaad19edc8888 Mon Sep 17 00:00:00 2001 From: Felix Brucker Date: Wed, 3 Jan 2024 22:13:34 +0700 Subject: [PATCH] Use node v18 on ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8c96da..ce4da3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,10 +10,10 @@ jobs: - uses: pnpm/action-setup@v2 with: version: latest - - name: Set up Node.js 16 + - name: Set up Node.js 18 uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: 18.x cache: 'pnpm' - name: Install run: pnpm install