From e8fc2b04a1b642e2a3a871577091dd3be756778e Mon Sep 17 00:00:00 2001 From: Krystian Sz Date: Wed, 6 Mar 2024 09:28:52 +0700 Subject: [PATCH] refactor: update ci versions and remove typo --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac87665..dc19848 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,12 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/checkout@v3 + - uses: actions/setup-node@v3 with: node-version: 12.x - - name: Dependency instalation + - name: Dependency installation run: npm ci - name: Lint scripts