From 02a73762b0df56dfe53af7c2500271d134e4856e Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Thu, 27 Oct 2022 01:26:29 +0200 Subject: [PATCH] added the working directory in the npm github action --- .github/workflows/npm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index d16b655..ec2b1fe 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -1,7 +1,7 @@ # This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs -name: Node.js CI +name: npm CI on: push: