Skip to content

Commit 3361f17

Browse files
committed
1.2.11
1 parent 3eeadbe commit 3361f17

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414

1515
- name: Set up Node
16-
uses: actions/setup-node@v3
16+
uses: actions/setup-node@v4
1717
with:
18-
node-version: 16
18+
node-version: 18
1919

2020
- name: npm install and build
2121
run: |

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@yamcs/opi",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "OPI Display Renderer",
55
"author": "Yamcs Team <yamcs@spaceapplications.com>",
66
"repository": {

0 commit comments

Comments
 (0)