Skip to content

Commit

Permalink
Fixed nodejs version to 23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PsychoSanchez committed Nov 16, 2024
1 parent 6191406 commit af08282
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/webpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 23
node-version: 23.1.0

- name: Lint
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 23
node-version: 23.1.0

- name: Test
run: |
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 23
node-version: 23.1.0

- name: Build
run: |
Expand Down

0 comments on commit af08282

Please sign in to comment.