From 4f2abb964db8063a06128176a160a6d412cf7354 Mon Sep 17 00:00:00 2001 From: volodymyr-basiuk <31999965+volodymyr-basiuk@users.noreply.github.com> Date: Tue, 2 Apr 2024 18:58:09 +0300 Subject: [PATCH] try fix node version for publish (#213) --- .github/workflows/npm-publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 48da4b53..fa23ae56 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.version }} + registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm run build - run: npm publish