From a39d3dfcdf8b88cfc47f473583e3804828f89dc5 Mon Sep 17 00:00:00 2001 From: Joey Peter Date: Tue, 21 May 2024 21:07:54 +0200 Subject: [PATCH] Aktualisieren von npm.yml (#304) --- .github/workflows/npm.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 805a429..889232f 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -14,8 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Upgrade NPM - run: npm install -g npm - name: Install TSC run: npm install -g typescript - name: copy-config