From 3cddc8f1defbf3a3d1fd6a1204fc58ef05dba95b Mon Sep 17 00:00:00 2001 From: rolljee Date: Thu, 31 Oct 2024 15:16:37 +0100 Subject: [PATCH] ci(ci): fix workflow typo --- .github/workflows/pull_request.workflow.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.workflow.yml b/.github/workflows/pull_request.workflow.yml index 4c14ecec..9adbe97f 100644 --- a/.github/workflows/pull_request.workflow.yml +++ b/.github/workflows/pull_request.workflow.yml @@ -11,7 +11,6 @@ jobs: node-version: ["16", "18", "20"] steps: - uses: actions/checkout@v3 - - name: Cache node modules uses: actions/cache@v3 env: cache-name: cache-node-modules @@ -65,7 +64,6 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 - - name: Cache node modules - uses: actions/setup-node@v4 with: node-version: "20"