From 5ac9ff1e6c1aaad953119ce20544bd58a76b6cd1 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Fri, 17 Feb 2023 14:53:09 -0800 Subject: [PATCH 1/3] Test PR for build-core-spec CI [DO NOT MERGE] Exception handling repo's 'build-core-spec' CI started failing suddenly today (2/17/2023) for no apparent reason and is still failing even after merging with the upstream spec: https://github.com/WebAssembly/exception-handling/actions/runs/4208125522/jobs/7303774774 This is a test PR to see if the spec repo has the same issue. Will close after the CI testing. Do not merge. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ab9cd99590..fd77fce062 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,5 @@ first, so that this spec repository can remain focused. And please follow the # citing For citing WebAssembly in LaTeX, use [this bibtex file](wasm-specs.bib). + +test change From 40bca26cef09068592809551daec4dd94ce89a1d Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 20 Feb 2023 14:31:54 +0100 Subject: [PATCH 2/3] Try pinning node version --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ff1bd5fbe..b64d31bb34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,6 +64,9 @@ jobs: - uses: actions/checkout@v2 with: submodules: "recursive" + - uses: actions/setup-node@v3 + with: + node-version: 16 - run: pip install bikeshed && bikeshed update - run: pip install six - run: sudo apt-get update -y && sudo apt-get install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended From fb9c753a5f8fdd16eca1c070971098084617756c Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Tue, 21 Feb 2023 11:52:44 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fd77fce062..ab9cd99590 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,3 @@ first, so that this spec repository can remain focused. And please follow the # citing For citing WebAssembly in LaTeX, use [this bibtex file](wasm-specs.bib). - -test change