From a6c4249668197115e4c93f0a7c373a100b9b8306 Mon Sep 17 00:00:00 2001 From: linuxgoose Date: Tue, 14 Oct 2025 20:44:19 +0000 Subject: [PATCH] Update .github/workflows/publish.yml --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 292611666f0da5b24bbbfd22b487d81ea783764b..e2b5b7773e6f6ffb36ccab3d276d605c3d849f78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: publish: runs-on: ubuntu-latest container: - image: cimg/python:3.12 + image: cimg/python:3.12-node steps: # Checkout the repository - uses: actions/checkout@v4