diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index adb5685..4f771e5 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -5,6 +5,6 @@ jobs: container: image: rust:alpine steps: - - run: apk add git clang + - run: apk add git nodejs clang - uses: actions/checkout@v4 - run: cargo test