depricate the node 16 using wasm-pack action
This commit is contained in:
11
.github/workflows/actions.yml
vendored
11
.github/workflows/actions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user