Skip to content

Commit

Permalink
Script Callout documentation updated for English and Spanish. (#106)
Browse files Browse the repository at this point in the history
* Update pnpm to `9.1.1`

* feat: Script Callout documentation updated for English and Spanish.
  • Loading branch information
jesusalbujas authored Aug 13, 2024
1 parent 61b5d32 commit eed65df
Show file tree
Hide file tree
Showing 14 changed files with 6,549 additions and 5,144 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
version: 9.1.1

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
version: 9.1.1

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8.6.5
version: 9.1.1

- name: Setup Node.js
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"markdownlint-cli": "0.31.1",
"prettier": "2.6.2"
},
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@9.1.1",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
Loading

0 comments on commit eed65df

Please sign in to comment.