Skip to content

Commit

Permalink
Update webpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vickkie authored Feb 28, 2024
1 parent 6b45ede commit 08a48ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [20.x]
node-version: [20]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,6 +26,7 @@ jobs:
run: |
npm install
npx webpack
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 08a48ce

Please sign in to comment.