Skip to content

Commit ae8c886

Browse files
committed
update deployment to node 20
1 parent 1883ec1 commit ae8c886

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 18
18+
node-version: "20"
1919
- name: Install dependencies
2020
run: npm install
2121
- name: Build website

docs/pages/articles.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,5 @@ description: Articles about ERC-6900
2424
- [Smart Account Fee Engine (S.A.F.E)](https://forum.safe.global/t/smart-account-fee-engine-s-a-f-e/4432)
2525
- [How Audits Can Help Shape Standard and Catalyze Mass Adoption](https://quantstamp.com/blog/alchemy-modular-account-how-audits-can-help-shape-standards-and-catalyze-mass-adoption)
2626
- [How to write an ERC-6900 Plugin](https://dev.collab.land/blog/how-to-write-an-erc-6900-plugin/)
27+
- [Writing an ERC-6900 module to do round up savings with ERC20s](https://hackmd.io/@locker/r1PzaK6Wkl)
28+
- [Installing an ERC-6900 Plugin into Alchemy Smart Wallets](https://hackmd.io/@locker/BkyrTiFFkl)

0 commit comments

Comments
 (0)