Skip to content

Commit 0c74c8d

Browse files
committed
update: github builder
1 parent f927482 commit 0c74c8d

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff 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
@@ -65,8 +70,6 @@ jobs:
6570
echo '```' >> version.txt
6671
6772
68-
69-
7073
- run: |
7174
cat > zshrc_helper << EOF
7275
weapon_vscode_launch_helper () {
@@ -86,6 +89,6 @@ jobs:
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

0 commit comments

Comments
 (0)