Skip to content

Commit

Permalink
Merge pull request #698 from jmaister/jmaister-patch-1
Browse files Browse the repository at this point in the history
Update webpack.yml
  • Loading branch information
jmaister authored Jan 29, 2025
2 parents 27cfa77 + 751c360 commit 3e68997
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 @@ -16,12 +16,12 @@ jobs:
node-version: [22.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down

0 comments on commit 3e68997

Please sign in to comment.