From 142bff786706c85b2a8e2fea6eaf88dd8d47b3d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Bene=C5=A1?= Date: Tue, 10 Sep 2024 17:27:08 +0200 Subject: [PATCH] Try bumping NodeJS to 20.x --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 98ef1f0..4658d09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@v1 with: - node-version: 14.x + node-version: 20.x - run: npm install -g typescript - run: npm install -g vsce - run: npm install