From dcef593ff322405bf2848fd979f68a94d17f4582 Mon Sep 17 00:00:00 2001 From: Marcel Kloubert Date: Sat, 24 Feb 2024 13:55:03 +0100 Subject: [PATCH] ci: cleanup github actions --- .github/workflows/publish.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 43eb762..3e1c5a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,7 +17,7 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - name: Install NPM 9 - run: npm i -g 9 + run: npm install -g 9 - name: Install dependencies run: npm install - name: Lint code diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3d8c1c7..c1c701f 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -16,7 +16,7 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - name: Install NPM 9 - run: npm i -g 9 + run: npm install -g 9 - name: Install dependencies run: npm install - name: Lint code