We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5c736 commit 8842586Copy full SHA for 8842586
.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