From 0a457a94937c580492e8ecd29ba698423910e609 Mon Sep 17 00:00:00 2001 From: Burak <59135244+BurakYs@users.noreply.github.com> Date: Mon, 13 May 2024 03:09:44 +0300 Subject: [PATCH] . --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index dfb551a..6763909 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -24,7 +24,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Use Node.js uses: actions/setup-node@v3 with: @@ -34,4 +33,4 @@ jobs: - name: Run tests run: | npm run build - npm test \ No newline at end of file + npm test