Install node?
Some checks failed
Build & Push Linode Webhook / build (push) Failing after 0s

This commit is contained in:
2025-06-23 18:58:52 +02:00
parent 996c308609
commit bda1989023

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install node
uses: apk install nodejs
uses: apk add nodejs
- name: Check out repository code
uses: actions/checkout@v4