Skip to content

Commit

Permalink
chore(ci): bump workflow dependencies (#148)
Browse files Browse the repository at this point in the history
and update caniuse
  • Loading branch information
mirceanis authored Aug 1, 2024
1 parent cbc3b7d commit 35d7e37
Show file tree
Hide file tree
Showing 4 changed files with 5,707 additions and 4,499 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,14 @@ jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: pnpm/action-setup@v4
- name: 'setup node with cache'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'
- run: pnpm add -g pnpm
- run: pnpm install
Expand Down
10 changes: 4 additions & 6 deletions .github/workflows/rebuild-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{secrets.GH_TOKEN}}
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: pnpm/action-setup@v4
- name: 'setup node with cache'
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: 'pnpm'
- run: pnpm add -g pnpm
- name: 'build veramo API docs'
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"did-resolver": "^4.1.0",
"react": "^16.8.4",
"react-dom": "^16.8.4"
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"browserslist": {
"production": [
Expand All @@ -42,9 +42,9 @@
"@microsoft/api-extractor": "^7.34.8",
"@tsconfig/docusaurus": "^1.0.7",
"@types/node": "^20.0.0",
"@types/react": "^16.9.56",
"@types/react-helmet": "^6.1.0",
"@types/react-router-dom": "^5.1.6",
"@types/react": "^16.14.35",
"@types/react-helmet": "^6.1.6",
"@types/react-router-dom": "^5.3.3",
"fs-extra": "^11.1.1",
"path": "^0.12.7",
"prettier": "^2.8.8",
Expand All @@ -55,5 +55,6 @@
},
"engines": {
"node": ">18"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 35d7e37

Please sign in to comment.