File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2727 PKG_VERSION : ${{ steps.mkversion.outputs.PKG_VERSION }}
2828 steps :
2929 - uses : actions/checkout@v5
30+ 31+ with :
32+ version : 10.14.0
3033 - uses : actions/setup-node@v5
3134 - name : Determine version
3235 id : mkversion
8588 - uses : ./.github/actions/setup-rust
8689 with :
8790 target : ${{ matrix.rust-target }}
91+ 92+ with :
93+ version : 10.14.0
8894 # Setup .npmrc file to publish to npm
8995 - uses : actions/setup-node@v5
9096 with :
@@ -143,6 +149,9 @@ jobs:
143149 - uses : actions/checkout@v5
144150 - uses : ./.github/actions/install-linux-dependencies
145151 - uses : ./.github/actions/setup-rust
152+ 153+ with :
154+ version : 10.14.0
146155 # Setup .npmrc file to publish to npm
147156 - uses : actions/setup-node@v5
148157 with :
You can’t perform that action at this time.
0 commit comments