diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b61edc4..00fd2c3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,6 @@ jobs: runs-on: ${{ matrix.platform }} steps: - uses: actions/checkout@v3 - - name: setup node - uses: actions/setup-node@v3 - with: - node-version: 'lts/*' - cache: 'yarn' # Set this to npm, yarn or pnpm. - cache-dependency-path: yarn.lock - name: install Rust stable uses: dtolnay/rust-toolchain@stable - name: install dependencies (ubuntu only)