From 552b57643103b1a6ea18d29067266b9e34462b37 Mon Sep 17 00:00:00 2001 From: Ezra Brooks Date: Mon, 17 Nov 2025 10:17:51 -0700 Subject: [PATCH] Fix typo in Node.js version in CD --- .github/workflows/cd.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 5cdcadfe2..f6a67cab8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v6 with: - node-version: lts + node-version: "lts/*" registry-url: "https://registry.npmjs.org" - run: npm ci - run: npm run build diff --git a/package.json b/package.json index bd266edab..28f436e71 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "roslib", "homepage": "https://robotwebtools.github.io", "description": "The standard ROS Javascript Library", - "version": "2.0.0-alpha2", + "version": "2.0.0-alpha3", "license": "BSD-2-Clause", "files": [ "dist"