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