File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,20 @@ jobs:
1212 vscode :
1313 runs-on : ubuntu-latest
1414 steps :
15- - name : Checkout code
16- uses : actions/checkout@v3
15+ - name : Checkout
16+ uses : actions/checkout@v4
17+
18+ - uses : pnpm/action-setup@v4
19+ name : Install pnpm
1720 with :
18- fetch-depth : 0
21+ version : 10
22+ run_install : false
1923
20- - name : Set up Node.js
21- uses : actions/setup-node@v3
24+ - name : Install Node.js
25+ uses : actions/setup-node@v4
2226 with :
23- node-version : ' 18'
27+ node-version : 23.11.0
28+ cache : ' pnpm'
2429
2530 - name : Install dependencies
2631 run : pnpm install
6570 echo '```' >> version.txt
6671
6772
68-
69-
7073 - run : |
7174 cat > zshrc_helper << EOF
7275 weapon_vscode_launch_helper () {
8689 with :
8790 body_path : ${{ github.workspace }}/version.txt
8891 files : |
89- ${{ github.workspace }}/createhackenv.zip
92+ ${{ github.workspace }}/weaponized-0.0.1.vsix
9093 ${{ github.workspace }}/commit_notes
9194 ${{ github.workspace }}/zshrc_helper
You can’t perform that action at this time.
0 commit comments