diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index f0a60977f..dccff57eb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -25,7 +25,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"