We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf129d9 commit 552b576Copy full SHA for 552b576
.github/workflows/cd.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v5
23
- uses: actions/setup-node@v6
24
with:
25
- node-version: lts
+ node-version: "lts/*"
26
registry-url: "https://registry.npmjs.org"
27
- run: npm ci
28
- run: npm run build
package.json
@@ -2,7 +2,7 @@
2
"name": "roslib",
3
"homepage": "https://robotwebtools.github.io",
4
"description": "The standard ROS Javascript Library",
5
- "version": "2.0.0-alpha2",
+ "version": "2.0.0-alpha3",
6
"license": "BSD-2-Clause",
7
"files": [
8
"dist"
0 commit comments