From 2f3eaace0d82422408d7c37855ab9199cbb798d6 Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Fri, 18 Oct 2024 02:53:30 +0800 Subject: [PATCH] Updated version of the Operating System. --- .github/workflows/build_ci_vsce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_ci_vsce.yml b/.github/workflows/build_ci_vsce.yml index cb32614..67da50c 100644 --- a/.github/workflows/build_ci_vsce.yml +++ b/.github/workflows/build_ci_vsce.yml @@ -18,7 +18,7 @@ jobs: - name: Fetch NodeJS uses: actions/setup-node@v4 with: - node-version: '20.18' + node-version: 20 - name: Install Node modules run: |