From 9e0d29ede16d81bc453c7c11c30aced75aae4ac7 Mon Sep 17 00:00:00 2001 From: s0hv Date: Sun, 7 Apr 2024 13:46:20 +0300 Subject: [PATCH] Update node to 20 --- .github/workflows/tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57a5ce0..4210803 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -55,9 +55,9 @@ jobs: with: version: 8 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 20 cache: 'pnpm' cache-dependency-path: pnpm-lock.yaml @@ -132,9 +132,9 @@ jobs: - uses: pnpm/action-setup@v2 with: version: 8 - - uses: actions/setup-node@v3.6.0 + - uses: actions/setup-node@v4 with: - node-version: '18' + node-version: '20' cache: 'pnpm' - name: Setup poetry uses: abatilo/actions-poetry@v2