Skip to content

Commit

Permalink
Upgrade to latest node and npm packages (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
eandersson authored Dec 21, 2024
1 parent e67aa1d commit 47a0332
Show file tree
Hide file tree
Showing 7 changed files with 2,816 additions and 2,583 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-factory-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-factory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.11.0'
node-version: '22.12.0'
- name: Build web dist
working-directory: ./main/http_server/axe-os
run: |
Expand Down
Loading

0 comments on commit 47a0332

Please sign in to comment.