Skip to content

Commit

Permalink
1.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
fqqb committed Jun 5, 2024
1 parent d45bff4 commit cc2e0ef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- name: npm install, build, and test
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: npm install and build
run: |
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yamcs/opi",
"version": "1.2.18",
"version": "1.2.19",
"description": "OPI Display Renderer",
"author": "Yamcs Team <[email protected]>",
"repository": {
Expand Down

0 comments on commit cc2e0ef

Please sign in to comment.