From 23853dc670622cb4fe88b331b24e0b15ca561b1f Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Thu, 17 Oct 2024 16:40:50 +0100 Subject: [PATCH] Remove copy pasta --- .github/workflows/Deploy.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 1e1e452..12186dc 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -11,15 +11,10 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v4 with: registry-url: "https://registry.npmjs.org" - # Ensure everything is set up right - - run: "yarn install" - - run: "yarn build" - - run: "yarn test" - - uses: Github-Actions-Community/merge-release@22d66d3f7750d57b2b8c05db6077205332527df8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}