Skip to content

Commit

Permalink
Update readme and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Nov 24, 2023
1 parent 9ff3cab commit 0969813
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout repository
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
name: Set up NodeJS
with:
node-version: 16
node-version: 18
- run: npm install
name: Install dependencies
- run: npm test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A tree-sitter parser for OpenSSH client configuration files.
## Editors

- [x] Neovim
- [ ] Helix
- [ ] Helix _(has alternative)_
- [ ] Emacs

[badge]: https://badgen.net/github/checks/ObserverOfTime/tree-sitter-ssh-config?label=CI&icon=github
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-ssh-config",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"description": "OpenSSH config grammar for tree-sitter",
"repository": "ObserverOfTime/tree-sitter-ssh-config",
Expand All @@ -22,7 +22,7 @@
},
"main": "bindings/node",
"dependencies": {
"nan": "^2.17.0"
"nan": "^2.18.0"
},
"devDependencies": {
"tree-sitter-cli": "^0.20.8"
Expand Down

0 comments on commit 0969813

Please sign in to comment.