Install nodejs/npm in Windows workflow for action compatibility
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user