Skip to content

Commit

Permalink
Merge pull request #79 from pendulum-chain/bump-polkadot-api-versions
Browse files Browse the repository at this point in the history
Bump polkadot api versions
  • Loading branch information
ebma authored Oct 1, 2024
2 parents 5f55a11 + c754894 commit 35f4db9
Show file tree
Hide file tree
Showing 5 changed files with 10,107 additions and 20,286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
restore-keys: ${{ runner.os }}-node-

- name: Install packages
run: npm ci
run: yarn

- name: Run lint
run: npm run lint
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Use yarn.lock instead
package-lock.json

.yarn

# Environment variables
.env

Expand Down
Loading

0 comments on commit 35f4db9

Please sign in to comment.