Skip to content

Commit 552b576

Browse files
committed
Fix typo in Node.js version in CD
1 parent cf129d9 commit 552b576

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
- uses: actions/setup-node@v6
2424
with:
25-
node-version: lts
25+
node-version: "lts/*"
2626
registry-url: "https://registry.npmjs.org"
2727
- run: npm ci
2828
- run: npm run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "roslib",
33
"homepage": "https://robotwebtools.github.io",
44
"description": "The standard ROS Javascript Library",
5-
"version": "2.0.0-alpha2",
5+
"version": "2.0.0-alpha3",
66
"license": "BSD-2-Clause",
77
"files": [
88
"dist"

0 commit comments

Comments
 (0)