File tree Expand file tree Collapse file tree 3 files changed +4
-17
lines changed
Expand file tree Collapse file tree 3 files changed +4
-17
lines changed Original file line number Diff line number Diff line change 3535 run : |
3636 git config --global user.name ${{ secrets.ACTION_GITHUB_USERNAME }};
3737 git config --global user.email ${{ secrets.ACTION_GITHUB_EMAIL }};
38- - uses : pnpm/action-setup@v3
39- with :
40- version : 9
41- - name : Setup node
42- uses : actions/setup-node@v4
43- with :
44- node-version : lts/*
45- registry-url : https://registry.npmjs.org
46- cache : pnpm
38+ - uses : asdf-vm/actions/install@v3
4739 - run : pnpm i --frozen-lockfile
4840 - name : Get @swc/core version
4941 id : swc_version
Original file line number Diff line number Diff line change 2323 git config --system core.autocrlf false
2424 git config --system core.eol lf
2525 - uses : actions/checkout@v4
26- - uses : pnpm/action-setup@v3
27- with :
28- version : 9
29- - name : Setup node
30- uses : actions/setup-node@v4
31- with :
32- node-version : 18
33- cache : pnpm
26+ - uses : asdf-vm/actions/install@v3
3427 - run : pnpm i --frozen-lockfile
3528 - name : Configure rustup
3629 run : |
Original file line number Diff line number Diff line change 1+ nodejs 20.18.0
2+ pnpm 9.12.3
You can’t perform that action at this time.
0 commit comments