From 4e52d38a46fb5c4f9a6ca21b7f273302f910f473 Mon Sep 17 00:00:00 2001 From: swee Date: Sat, 18 Jan 2025 18:01:09 -0800 Subject: [PATCH] Update .forgejo/workflows/build.yml --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 31ff642..bcc9515 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -8,6 +8,6 @@ jobs: - uses: actions/setup-python@v5 - uses: actions/setup-node@v4 - name: Install dependencies - run: apt update && apt upgrade python3 npm -y && npm --global install jshint + run: apt update && apt install npm -y && npm --global install jshint - run: python3 -m py_compile sweebot.py - run: jshint script.js \ No newline at end of file