From 02059e4a0226ea1bfd2fcea047eef517baa9d449 Mon Sep 17 00:00:00 2001 From: Vichea Date: Sat, 17 Aug 2024 22:48:49 -0500 Subject: [PATCH] Fix Workflow --- .github/workflows/webpack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/webpack.yml b/.github/workflows/webpack.yml index a39c261..09a98c8 100644 --- a/.github/workflows/webpack.yml +++ b/.github/workflows/webpack.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.5 with: - node-version: "18.16.1" + node-version: "20.14.0" # cache the dependencies to speed up the build - name: Cache dependencies @@ -44,4 +44,4 @@ jobs: with: # NOTE: GITHUB_TOKEN is a secret token that is automatically generated by GitHub github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist # directory to deploy + publish_dir: ./dist # directory to deploy \ No newline at end of file