From 71ee075cfaf6362b2b1ba91ac57c55e2512968b8 Mon Sep 17 00:00:00 2001 From: Fabio Formosa Date: Thu, 27 Oct 2022 01:06:20 +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 555e977..2e76f56 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: - node-version: 16.x + node-version: [16.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: