We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a1d7f2 commit 3ab8183Copy full SHA for 3ab8183
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node
19
uses: actions/setup-node@v4
20
with:
21
- node-version: 18
+ node-version-file: '.nvmrc'
22
- name: Install sg
23
run: npm install -g @ast-grep/cli
24
- name: Install deps
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
run: npm install
- name: Install vsce
0 commit comments