From 120c655af5f649738dda7e130a9a6ab0f31e3217 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Fri, 20 Dec 2024 14:13:54 -0500 Subject: [PATCH] fix comment --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b750541..2ff55f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - run: docker buildx build . --build-arg NODE_VERSION=22 --build-arg YARN_VERSION=1.22.21 working-directory: test/frameworks/${{ matrix.framework }} - # test yarn3 framework can actually build + # test yarn4 framework can actually build test-frameworks-yarn4: runs-on: ubuntu-latest strategy: