File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 - uses : actions/checkout@v4
34343535 with :
36- node-version : " 18 .x"
36+ node-version : " 20 .x"
3737 - uses : oven-sh/setup-bun@v2
3838 with :
3939 bun-version : latest
4040 - name : Set up pyenv
41- uses : " gabrielfalcao/pyenv-action@2f49ca7587f9d0663d13f1147b78d3361417eaf7 "
41+ uses : " gabrielfalcao/pyenv-action@32ef4d2c861170ce17ded56d10329d83f4c8f797 "
4242 with :
4343 command : python --version
4444 - name : Set default global version
5454 sudo apt-get update
5555 sudo apt-get install libpango1.0-dev libgif-dev
5656 - run : npm install
57- - run : npm i -g @vscode/vsce
57+ - run : npm i -g @vscode/vsce pnpm
5858 - run : node publish-extensions
5959 env :
6060 OVSX_PAT : ${{ secrets.OVSX_PAT }}
Original file line number Diff line number Diff line change 2121 with :
2222 bun-version : latest
2323 - run : npm install
24- - run : npm i -g @vscode/vsce
24+ - run : npm i -g @vscode/vsce pnpm
2525 - name : Set up pyenv
26- uses : " gabrielfalcao/pyenv-action@2f49ca7587f9d0663d13f1147b78d3361417eaf7 "
26+ uses : " gabrielfalcao/pyenv-action@32ef4d2c861170ce17ded56d10329d83f4c8f797 "
2727 with :
2828 command : python --version
2929 - name : Set default global version
Original file line number Diff line number Diff line change 11tasks :
22 - init : |
3- npm i -g @vscode/vsce
3+ npm i -g @vscode/vsce pnpm
44 curl -fsSL https://bun.sh/install | bash
55 npm i
You can’t perform that action at this time.
0 commit comments