Skip to content

Commit 9354b8b

Browse files
authored
Merge pull request #174 from icflorescu/next
Trying to change Node.js version in GitHub action to avoid build failing
2 parents 25b49c3 + 2ce1488 commit 9354b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-and-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v4
3131
with:
32-
node-version: '22'
32+
node-version: '22.8'
3333
cache: yarn
3434
- name: Restore cache
3535
uses: actions/cache@v4

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
"webpack": "^5.94.0"
107107
},
108108
"peerDependencies": {
109-
"@mantine/core": ">=7",
110-
"@mantine/hooks": ">=7",
109+
"@mantine/core": ">=7.12",
110+
"@mantine/hooks": ">=7.12",
111111
"clsx": ">=2",
112112
"react": ">=18.2"
113113
}

0 commit comments

Comments
 (0)