From ac14d1630a382c1f18f6ab0e76e8ff0f77f5f3be Mon Sep 17 00:00:00 2001 From: Anton Golub Date: Wed, 20 Sep 2023 15:46:41 +0300 Subject: [PATCH] ci: use nodejs 20 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2c097c1..3dd067a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 # cache: 'yarn' - name: Fetch deps @@ -61,7 +61,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04, windows-latest ] - node-version: [ 18 ] + node-version: [ 20 ] runs-on: ${{ matrix.os }} steps: