Skip to content

Commit

Permalink
Merge pull request #1718 from gchq/dev/update-nextjs-mui
Browse files Browse the repository at this point in the history
Dev/update nextjs mui
  • Loading branch information
ARADDCC002 authored Jan 7, 2025
2 parents d8615d4 + ff16829 commit ad5036c
Show file tree
Hide file tree
Showing 22 changed files with 10,209 additions and 3,565 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.0
cache: "npm"

# Install dependencies
Expand All @@ -124,7 +124,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.0
cache: "npm"

# Install dependencies
Expand All @@ -144,7 +144,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.0
cache: "npm"

# Setup BuildX
Expand Down Expand Up @@ -305,7 +305,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.0
cache: "npm"

# Setup BuildX
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18.17.1
node-version: 18.18.0
cache: "npm"

# Setup BuildX
Expand Down
Loading

0 comments on commit ad5036c

Please sign in to comment.