Skip to content

Commit

Permalink
feat: update ripple-* deps to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
mahnunchik committed Mar 8, 2024
1 parent 22390fe commit caf88ce
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 698 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [18]
node-version: [18, 20]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://npm.pkg.github.com/
Expand All @@ -26,10 +26,10 @@ jobs:
runs-on: ubuntu-22.04
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
registry-url: https://npm.pkg.github.com/
- run: npm ci
env:
Expand Down
Loading

0 comments on commit caf88ce

Please sign in to comment.