diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index e083833..c659fc9 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -16,11 +16,9 @@ jobs: run: | apt-get update apt-get install -y $build_deps - curl -JO https://deb.nodesource.com/gpgkey/nodesource.gpg.key - gpg --dearmor -o /usr/share/keyrings/nodesource-archive-keyring.gpg nodesource.gpg.key - echo "deb [signed-by=/usr/share/keyrings/nodesource-archive-keyring.gpg] https://deb.nodesource.com/node_16.x $(lsb_release -c -s) main" > /etc/apt/sources.list.d/nodesource.list + curl -sL https://deb.nodesource.com/setup_16.x | bash - apt-get update - apt-get install -y nodejs npm + apt-get install -y nodejs npm install -g pkg grunt grunt-cli - name: Getting patches uses: actions/checkout@v4