Skip to content

Commit 3262fa8

Browse files
fix: update node version
1 parent 275c800 commit 3262fa8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
uses: actions/checkout@v4
1717
- name: Setup Node
1818
uses: actions/setup-node@v4
19-
with:
20-
node-version: 16
2119
- name: Install deps
2220
run: npm install
2321
- name: Install vsce
@@ -31,4 +29,4 @@ jobs:
3129
with:
3230
files: ast-grep-vscode.vsix
3331
- name: Publish extension
34-
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}
32+
run: vsce publish -p ${{ secrets.VSCE_TOKEN }}

0 commit comments

Comments
 (0)