From 9a6de065ff3d7774b1b59fe2414385e1b714ede7 Mon Sep 17 00:00:00 2001 From: mbechev Date: Fri, 9 Feb 2024 15:00:19 +0200 Subject: [PATCH] chore: use Node v18 --- .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 e386d8e5..a83b2ff8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Use NodeJS v14 + - name: Use NodeJS v18 uses: actions/setup-node@v2 with: - node-version: '14' + node-version: '18' - name: Check out repository uses: actions/checkout@v3