From 59b39c9849f45f5c797bdb03e71832797af2d21b Mon Sep 17 00:00:00 2001 From: franz Date: Mon, 27 May 2024 17:40:48 +0200 Subject: [PATCH 1/2] add op verification --- funding.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 funding.json diff --git a/funding.json b/funding.json new file mode 100644 index 00000000..e004d5d0 --- /dev/null +++ b/funding.json @@ -0,0 +1,5 @@ +{ + "opRetro": { + "projectId": "0x1c33980ce1d1290b5300719114dbe2cade0b820cb2b45321b715fd53d7abc8d2" + } +} \ No newline at end of file From 1b55c5facbe18c3ff98546459cfaf93bd9127d5b Mon Sep 17 00:00:00 2001 From: franz Date: Tue, 28 May 2024 08:55:16 +0200 Subject: [PATCH 2/2] change ci to node 18 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53b6d2a3..cd717c3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Install node uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Install run: yarn --frozen-lockfile - name: Codegen @@ -28,7 +28,7 @@ jobs: - name: Install node uses: actions/setup-node@v1 with: - node-version: 16 + node-version: 18 - name: Install run: yarn --frozen-lockfile - name: Lint