From 0146aadd281a1308b257afa894c03df4aeb8ad04 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Mon, 20 Nov 2023 09:09:35 +0200 Subject: [PATCH] fix: pre-release workflow Signed-off-by: Lachezar Lechev --- .github/workflows/prerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 968075f..c5a3840 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -17,7 +17,7 @@ jobs: - name: Setup NodeJS uses: actions/setup-node@v3 with: - node-version: 12 + node-version: ${{ env.NODE_VERSION }} cache: "npm" registry-url: https://registry.npmjs.org/ @@ -28,7 +28,7 @@ jobs: - uses: taiki-e/install-action@v2 with: - tool: wasm-pack@0.10.3 + tool: wasm-pack@${{ env.WASM_PACK_VERSION }} - name: Install NPM dependencies run: npm ci