Skip to content

Commit

Permalink
Bump version (#22)
Browse files Browse the repository at this point in the history
* Updating version to v1.2.0

  - Updating actions/setup-node 3 to 4
  - Updating Node 14 to 20 in CI
  - Updating vscode/vsce 2.19.0 to 2.21.1
  - Updating actions/checkout 3 to 4
  - Updating actions/upload-artifact 3 to 4
  • Loading branch information
AnHeuermann authored Dec 19, 2023
1 parent 0f555af commit 6720fcd
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 69 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/createPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup npm
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 14
registry-url: https://registry.npmjs.org/
node-version: 20
- name: Install the dependencies
run: npm install
- name: Build package
run: npm run build
- name: Archive vsix package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: metamodelica.vsix
path: metamodelica-*.vsix
180 changes: 118 additions & 62 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
Expand Up @@ -2,7 +2,7 @@
"name": "metamodelica",
"displayName": "MetaModelica",
"description": "MetaModelica, Susan and Modelica language support.",
"version": "1.1.1",
"version": "1.2.0",
"publisher": "AnHeuermann",
"license": "See LICENSE.txt",
"engines": {
Expand Down Expand Up @@ -130,7 +130,7 @@
"build": "vsce package"
},
"devDependencies": {
"@vscode/vsce": "^2.19.0",
"@vscode/vsce": "^2.21.1",
"js-yaml": "^4.1.0"
}
}

0 comments on commit 6720fcd

Please sign in to comment.