Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

fix: usage of node12 which is deprecated in CI #60

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .github/workflows/build_vsix_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Use Rust
uses: actions-rs/[email protected]
with:
toolchain: stable

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The removal of this step is the main change. It's what's using node12.

- name: Prepare wasm-pack
uses: jetli/[email protected]

Expand Down