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 e4753ae commit de1979bCopy full SHA for de1979b
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v5
26
- uses: actions/setup-node@v6
27
with:
28
- node-version: lts
+ node-version: "lts/*"
29
registry-url: "https://registry.npmjs.org"
30
- run: npm ci
31
- 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