From 1976c32f5540f6add81754d9178ccbe02118c8e6 Mon Sep 17 00:00:00 2001 From: Victor Popkov Date: Tue, 13 Feb 2024 22:52:03 +0200 Subject: [PATCH] Bump node from 16 to 20.11.0 in ci GA workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 829f339..541eb0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,9 @@ jobs: uses: actions/setup-node@v4 id: node with: - node-version: 16 + node-version: 20.11.0 + - name: Enable corepack + run: corepack enable - name: Send Slack notification uses: codedsolar/slack-action@v1 if: ${{ github.event_name != 'pull_request' }}