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