From 3afb4eeec875549b33b5d7af99c37414d5eb0f0c Mon Sep 17 00:00:00 2001 From: Alexander Kovrigin Date: Thu, 9 Nov 2023 17:46:07 +0100 Subject: [PATCH] bump node version --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 0a5e340..d19c744 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v3 with: - node-version: 14 + node-version: 20 - name: Install dependencies run: |