From 6e481b02aa88b358f9a240389c3edfc121981e39 Mon Sep 17 00:00:00 2001 From: Bogdan Iasinovschi Date: Tue, 14 May 2024 11:56:44 +0300 Subject: [PATCH] Update node to 20 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e397865..1d41723 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "18" + node-version: "20" - name: Install dependencies run: npm install