Skip to content

Commit

Permalink
Pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Jun 18, 2024
1 parent 8d10157 commit c128694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: 'pnpm/action-setup@v2'
with:
run_install: false
version: 8
version: 9.1.2

Check failure on line 23 in .github/workflows/build-doc-site.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

23:18 [quoted-strings] string value is not quoted with single quotes
-
name: 'Install dependencies'
run: 'pnpm install --frozen-lockfile'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-doc-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: 'pnpm/action-setup@v2'
with:
run_install: false
version: 8
version: 9.1.2

Check failure on line 25 in .github/workflows/deploy-doc-site.yaml

View workflow job for this annotation

GitHub Actions / pre-commit

25:18 [quoted-strings] string value is not quoted with single quotes
-
id: 'pnpm-cache'
name: 'Get pnpm store directory'
Expand Down
2 changes: 1 addition & 1 deletion doc/doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
"write-heading-ids": "docusaurus write-heading-ids",
"write-translations": "docusaurus write-translations"
},
"version": "0.0.0"
"version": "1.0.0"
}

0 comments on commit c128694

Please sign in to comment.