Skip to content

Commit 723f1b6

Browse files
authored
Merge pull request #90 from ensdomains/feat/unwrapped-controller
feat: unwrapped controller support
2 parents c844791 + 310bdb2 commit 723f1b6

File tree

12 files changed

+2653
-2226
lines changed

12 files changed

+2653
-2226
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
- uses: actions/checkout@v3
1111

1212
- name: Install Node.js
13-
uses: actions/setup-node@v3
13+
uses: actions/setup-node@v4
1414
with:
15-
node-version: 18
16-
cache: 'yarn'
15+
node-version: 24
16+
cache: "yarn"
1717

1818
- name: Install Dependencies
1919
run: yarn install --frozen-lockfile
2020

2121
- name: Run Tests
22-
run: yarn codegen && yarn test
22+
run: yarn codegen && yarn test

0 commit comments

Comments
 (0)