Install nodejs/npm in Windows workflow for action compatibility
All checks were successful
Build Linux / Build Linux (push) Successful in 1m14s
Build Windows / Build Windows (push) Successful in 2m46s

This commit is contained in:
2026-01-13 18:06:50 +01:00
parent cfbd2403e4
commit 334d25c3ba

View File

@@ -8,6 +8,11 @@ jobs:
container: container:
image: tobix/pywine:3.10 image: tobix/pywine:3.10
steps: steps:
- name: Install Node.js
run: |
apt-get update
apt-get install -y nodejs npm
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3