Skip to content

Commit 3cc0bb7

Browse files
committed
Merge branch 'feat/docusaurus' of github.com:dream-sports-labs/checkmate into feat/docusaurus
2 parents 84ca505 + 40378f6 commit 3cc0bb7

File tree

6 files changed

+16056
-11007
lines changed

6 files changed

+16056
-11007
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '20'
20+
node-version-file: '.nvmrc'
2121

2222
- name: Set up Yarn v4 (Berry)
2323
run: |
2424
corepack enable
2525
2626
- name: Install dependencies
27-
run: yarn install --immutable
27+
run: yarn install --frozen-lockfile
2828

2929
- name: Run unit tests
3030
run: yarn unit:test:coverage

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: '20'
20+
node-version-file: '.nvmrc'
2121
- name: Configure Git user
2222
run: |
2323
git config --global user.name "GitHub Actions Bot"

.github/workflows/documenation-deployment.yml renamed to .github/workflows/documentation-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docs Deployment
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [feat/docusaurus]
66
paths:
77
- 'website/**'
88
workflow_dispatch:

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v20.19.5

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
"unit:test": "NODE_ENV=test node --expose-gc --no-compilation-cache ./node_modules/jest/bin/jest --maxWorkers=70% --silent --watchAll=false --clearMocks",
2424
"unit:test:coverage": "NODE_ENV=test node --expose-gc --no-compilation-cache ./node_modules/jest/bin/jest --maxWorkers=70% --silent --watchAll=false --clearMocks --coverage"
2525
},
26-
"resolutions": {
27-
"@eslint/js": "9.9.0"
28-
},
2926
"dependencies": {
3027
"@hookform/resolvers": "3.9.0",
3128
"@radix-ui/react-alert-dialog": "^1.1.6",

0 commit comments

Comments
 (0)