Skip to content

Commit

Permalink
chore(ci): bump workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Aug 1, 2024
1 parent cbc3b7d commit 797254c
Show file tree
Hide file tree
Showing 4 changed files with 5,593 additions and 4,391 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ 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
- uses: pnpm/action-setup@v4
with:
version: 7
version: 9.6
- 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: 5 additions & 5 deletions .github/workflows/rebuild-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ 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
- uses: pnpm/action-setup@v4
with:
version: 7
version: 9.6
- 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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,6 @@
},
"engines": {
"node": ">18"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 797254c

Please sign in to comment.