diff --git a/.forgejo/workflows/release-build.yaml b/.forgejo/workflows/release-build.yaml index 2999cd2..8172a45 100644 --- a/.forgejo/workflows/release-build.yaml +++ b/.forgejo/workflows/release-build.yaml @@ -21,7 +21,7 @@ jobs: # node version set in build_tools/scripts/build_server variable pkg_target curl -sL https://deb.nodesource.com/setup_18.x | bash - apt-get install -y nodejs - npm install -g pkg grunt grunt-cli + npm install -g grunt grunt-cli - name: Getting patches uses: actions/checkout@v4 - name: Fetching sources