Skip to content

Commit e62cdab

Browse files
committed
chore(ci): first draft wip
1 parent c3075d9 commit e62cdab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests-e2e.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
with:
2222
go-version: '1.23'
2323

24+
- uses: actions/setup-node@v4
25+
with:
26+
node-version: 22
27+
cache: 'yarn'
28+
2429
- name: Set up Docker
2530
uses: docker/setup-buildx-action@v2
2631

0 commit comments

Comments
 (0)