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 024ca5d commit dc72e58Copy full SHA for dc72e58
.github/workflows/linux-build-and-test.yml
@@ -39,8 +39,8 @@ jobs:
39
# Add arm64 support with a specific runner
40
include:
41
- architecture: arm64
42
- node-version: 20.X
43
- ubuntu-version: latest-arm64
+ node-version: 22.X
+ ubuntu-version: 24.04-arm
44
steps:
45
- name: Setup Node.js ${{ matrix.node-version }} on ${{ matrix.architecture }}
46
uses: actions/setup-node@v4
@@ -62,8 +62,8 @@ jobs:
62
63
- name: Build and test rclnodejs
64
run: |
65
+ uname -a
66
source /opt/ros/${{ needs.identify-ros-distro.outputs.distro }}/setup.bash
- echo "Building and testing rclnodejs on ${{ matrix.architecture }} architecture"
67
npm i
68
npm run lint
69
npm test
0 commit comments