From 3b3ebe61ee7e9e83b66c6e217422eb42650db820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Vouillon?= Date: Mon, 2 Oct 2023 15:00:36 +0200 Subject: [PATCH] fixup! Set-up continuous integration --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 830e23d68..bfcf01222 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Install node uses: actions/setup-node@v3 with: - node-version: 21.0.0-v8-canary + node-version: v21.0.0-v8-canary20230928fe8cd53052 - name: Restore cached binaryen id: cache-binaryen