File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
33
33
- uses : actions/checkout@v4
34
34
35
35
with :
36
- node-version : " 18 .x"
36
+ node-version : " 20 .x"
37
37
- uses : oven-sh/setup-bun@v2
38
38
with :
39
39
bun-version : latest
40
40
- name : Set up pyenv
41
- uses : " gabrielfalcao/pyenv-action@2f49ca7587f9d0663d13f1147b78d3361417eaf7 "
41
+ uses : " gabrielfalcao/pyenv-action@32ef4d2c861170ce17ded56d10329d83f4c8f797 "
42
42
with :
43
43
command : python --version
44
44
- name : Set default global version
54
54
sudo apt-get update
55
55
sudo apt-get install libpango1.0-dev libgif-dev
56
56
- run : npm install
57
- - run : npm i -g @vscode/vsce
57
+ - run : npm i -g @vscode/vsce pnpm
58
58
- run : node publish-extensions
59
59
env :
60
60
OVSX_PAT : ${{ secrets.OVSX_PAT }}
Original file line number Diff line number Diff line change 21
21
with :
22
22
bun-version : latest
23
23
- run : npm install
24
- - run : npm i -g @vscode/vsce
24
+ - run : npm i -g @vscode/vsce pnpm
25
25
- name : Set up pyenv
26
- uses : " gabrielfalcao/pyenv-action@2f49ca7587f9d0663d13f1147b78d3361417eaf7 "
26
+ uses : " gabrielfalcao/pyenv-action@32ef4d2c861170ce17ded56d10329d83f4c8f797 "
27
27
with :
28
28
command : python --version
29
29
- name : Set default global version
Original file line number Diff line number Diff line change 1
1
tasks :
2
2
- init : |
3
- npm i -g @vscode/vsce
3
+ npm i -g @vscode/vsce pnpm
4
4
curl -fsSL https://bun.sh/install | bash
5
5
npm i
You can’t perform that action at this time.
0 commit comments