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