Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.19.1"
node-version: "20.19.4"

- name: Install Wasm Pack
run: cargo install wasm-bindgen-cli --vers "0.2.92"
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.19.1"
node-version: "20.19.4"

- name: Package Install
run: npm install
Expand All @@ -140,7 +140,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.19.1"
node-version: "20.19.4"
- name: Install Prettier
run: npm i -g prettier

Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
if: (startsWith(github.event.head_commit.message, 'feat') || startsWith(github.event.head_commit.message, 'fix')) && (github.event_name == 'push' && github.ref == 'refs/heads/main')
uses: actions/setup-node@v4
with:
node-version: 20.19.1
node-version: 20.19.4
registry-url: https://registry.npmjs.org

- name: Install dependencies
Expand Down Expand Up @@ -421,7 +421,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 20.19.1
node-version: 20.19.4
registry-url: https://registry.npmjs.org
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.19.1"
node-version: "20.19.4"
- name: Install Prettier
run: npm install --global prettier
- name: Install Stable Toolchain
Expand Down
Loading