Skip to content

Commit

Permalink
build: bump version to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamScience committed Nov 10, 2024
1 parent de54fef commit 5547020
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,10 @@ jobs:
- run: pip3 install setuptools
env:
PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm install tree-sitter-foam --ignore-scripts
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: rm node_modules/tree-sitter-foam/libtree-sitter-foam.a
- run: npm install
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm rebuild
- run: npm rebuild --build-from-source
env:
NODE_GYP_FORCE_PYTHON: '${{ steps.py.outputs.python-path }}'
- run: npm test
Expand Down
28 changes: 24 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "foam-language-server",
"displayName": "OpenFOAM language server",
"version": "0.3.4",
"version": "0.3.5",
"description": "A language server implementation for OpenFOAM file format.",
"keywords": [
"language",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"tree-sitter": "^0.22.0",
"tree-sitter-foam": "^0.4.1",
"tree-sitter-foam": "^0.4.3",
"vscode-languageserver": "^9.0.1",
"vscode-languageserver-textdocument": "^1.0.12",
"vscode-languageserver-types": "^3.17.5"
Expand Down

0 comments on commit 5547020

Please sign in to comment.