From fbfad1d24454a2e8627b379aba9937c6c26d3c2f Mon Sep 17 00:00:00 2001 From: Ankit Das <89454448+ankitdas13@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:16:49 +0530 Subject: [PATCH] added test comment --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 337864a..3d37800 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: node-version: [12.x, 14.x, 16.x, 18.x, 19.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # test 1 + # test 2 steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }}