From 253b7e1fd4bc41f86ea020ee43b95c6e1f38bc37 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Mon, 30 Oct 2023 12:02:06 -0600 Subject: [PATCH] reset action --- .github/workflows/plugin-check.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/plugin-check.yml b/.github/workflows/plugin-check.yml index e068c9685ff..297eeaf3874 100644 --- a/.github/workflows/plugin-check.yml +++ b/.github/workflows/plugin-check.yml @@ -14,18 +14,11 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up node and enable caching of dependencies - uses: actions/setup-node@v3 - with: - node-version: '14' - cache: 'yarn' - - name: Build run: | composer install yarn grunt build - - name: Run plugin check uses: swissspidy/wp-plugin-check-action@main with: