We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 329906c + c21f82f commit 058c1d6Copy full SHA for 058c1d6
1 file changed
.github/workflows/publish.yml
@@ -24,9 +24,9 @@ jobs:
24
fetch-depth: 0
25
26
- name: Setup Node
27
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
28
with:
29
- node-version: 18
+ node-version: 20
30
31
- name: Install Rust
32
uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
0 commit comments