Skip to content

Commit de1979b

Browse files
authored
Fix typo in Node.js version in CD (#1085)
1 parent e4753ae commit de1979b

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
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v5
2626
- uses: actions/setup-node@v6
2727
with:
28-
node-version: lts
28+
node-version: "lts/*"
2929
registry-url: "https://registry.npmjs.org"
3030
- run: npm ci
3131
- 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)