Skip to content

Commit

Permalink
Merge branch 'main' into issue/fix--consisten-letterspacing-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Dec 4, 2023
2 parents e515ab5 + bd0c034 commit d553028
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 36 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,8 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8.10.5
- uses: moonrepo/setup-toolchain@v0
with:
auto-install: true
version: 8.11.0
- uses: moonrepo/setup-moon-action@v1
- run: moon setup
- run: moon run site:export
- run: moon run visualizer:build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 8.10.0
version: 8.11.0
- uses: moonrepo/setup-moon-action@v1
- run: moon setup
- run: moon run :build --query "projectSource~packages/*"
Expand Down
5 changes: 1 addition & 4 deletions .moon/toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ node:

# The version of the package manager (above) to use.
pnpm:
version: "8.10.5"
version: "8.11.0"

# Add `node.version` as a constraint in the root `package.json` `engines`.
addEnginesConstraint: true

# Use the `package.json` name as an alias for the respective moon project.
aliasPackageNames: "name-and-scope"

# Dedupe dependencies after the lockfile has changed.
dedupeOnLockfileChange: true

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@changesets/cli": "^2.26.2",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@moonrepo/cli": "^1.16.4",
"@moonrepo/cli": "^1.17.3",
"ava": "^5.3.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
Expand All @@ -34,5 +34,5 @@
"engines": {
"node": "18.13.0"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
50 changes: 25 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d553028

Please sign in to comment.