From 940430bc23c4f34f81a085eb9a195bd58afde391 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Tue, 12 Dec 2023 20:49:58 +0100 Subject: [PATCH] Fix npm install of Node.js smoke test --- .github/workflows/publish_npm_package.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_npm_package.yaml b/.github/workflows/publish_npm_package.yaml index 3329e3d80..8a3aadb9e 100644 --- a/.github/workflows/publish_npm_package.yaml +++ b/.github/workflows/publish_npm_package.yaml @@ -152,6 +152,8 @@ jobs: path: | api/node/slint-ui-${{ env.PKG_VERSION }}.tgz - name: Smoke test package to see if it builds at least + env: + PKG_VERSION: ${{ needs.determine_version.outputs.PKG_VERSION }} run: | mkdir /tmp/nodetest cd /tmp/nodetest