From 907a0da60656fc57d8458adcd5cb5424ef5cf9a7 Mon Sep 17 00:00:00 2001 From: DianaMikitova Date: Mon, 3 Jun 2024 22:13:09 +0200 Subject: [PATCH] IT-201 Change npm commands --- .github/workflows/release-package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-package.yml b/.github/workflows/release-package.yml index da3f260..3ce64f2 100644 --- a/.github/workflows/release-package.yml +++ b/.github/workflows/release-package.yml @@ -18,13 +18,13 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 'latest' + node-version: 18 - name: Configure MapTiler NPM registry run: npm config set //npm.maptiler.dev/:_authToken "${{ secrets.NPM_MAPTILER_TOKEN }}" - name: Install dependencies - run: npm ci + run: npm install - name: Publish package to MapTiler NPM run: npm publish