From 837a1b3b93f8dcf6ada1c021859519a8535d7d60 Mon Sep 17 00:00:00 2001 From: Patrick Pircher Date: Tue, 26 Nov 2024 11:59:00 +0100 Subject: [PATCH] bump node version --- .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 60f6edb..0f8b8f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [ 16.x ] + node-version: [ 18.x ] steps: - uses: actions/checkout@v4 with: @@ -59,7 +59,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@v4 with: - node-version: 16.x + node-version: 18.x - name: pnpm install, build, run: | mkdir ~/.ssh