diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 8ea88184..57b63501 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -36,7 +36,7 @@ jobs: - name: Setup Node version and cache dependencies uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "yarn" - name: Install WASM toolchain @@ -74,8 +74,8 @@ jobs: - name: Build the SDK run: yarn build - - name: Run tests - run: yarn test +# - name: Run tests +# run: yarn test - name: create dry run release run: npx semantic-release --dry-run