Skip to content

Commit

Permalink
Fix Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vicheanath committed Aug 18, 2024
1 parent 150db2b commit 02059e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 02059e4

Please # to comment.