mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Fix workflow typo
This commit is contained in:
parent
9441056f03
commit
100014c905
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '22' # or the version you need
|
||||
node-version: '20' # or the version you need
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
|
@ -37,7 +37,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: tree-sitter-grammar-release
|
||||
path: tree-sitter-grammer-release.zip
|
||||
path: tree-sitter-grammar-release.zip
|
||||
|
||||
release:
|
||||
needs: build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue