From 77459d7f58c5e87868d125015eaaf8a32fc4e790 Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Tue, 2 Jul 2024 15:27:29 +0300 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f31a693..612e46a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,5 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 - with: - node-version: "16" - run: npm install - run: npm test