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 371913c commit d0ba37cCopy full SHA for d0ba37c
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
version: 9
20
21
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v6
22
23
node-version: 20
24
registry-url: https://registry.npmjs.org/
.github/workflows/upgrade-tree-sitter.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
cache: "pnpm"
.github/workflows/verify.yml
@@ -22,7 +22,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
25
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
26
27
28
node-version: ${{ matrix.node-version }}
0 commit comments