From 3047f774c55aca173e65faf1bd046998ff67f306 Mon Sep 17 00:00:00 2001 From: Rachel <508861+Ryex@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:54:33 -0700 Subject: [PATCH] depricate the node 16 using wasm-pack action --- .github/workflows/actions.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 5dbff76..15f4d71 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -6,13 +6,6 @@ jobs: build: runs-on: ubuntu-latest steps: - # - name: Increase Swap - # uses: get-bridge/swap-space-action@v1 - # with: - # swap-size-mb: 16384 - # - name: Report Disk - # run: | - # df -h - name: Checkout uses: actions/checkout@v4 - name: Install pnpm @@ -22,9 +15,7 @@ jobs: - name: Install rust uses: actions-rust-lang/setup-rust-toolchain@v1 - name: Install wasm-pack - uses: jetli/wasm-pack-action@v0.4.0 - with: - version: 'latest' + run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - name: Build ic10lsp run: | cd ic10lsp_wasm