Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VirtualHotBar authored Apr 19, 2024
1 parent 2d47684 commit 05039cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v2

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16 # Version can be tweak based on your use case
node-version: lts/*

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 05039cb

Please sign in to comment.