mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 14:54:16 +00:00
workflows: bump setup-node to version 4. (#1944)
This commit is contained in:
parent
a2bef05a4b
commit
0c8ab7c725
1 changed files with 1 additions and 1 deletions
2
.github/workflows/run-cargo-make-task.yml
vendored
2
.github/workflows/run-cargo-make-task.yml
vendored
|
@ -53,7 +53,7 @@ jobs:
|
|||
run: trunk --version
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v3
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
|
||||
|
|
Loading…
Reference in a new issue