added node.js and npm to arch linux build process
This commit is contained in:
@@ -24,6 +24,10 @@ jobs:
|
||||
chmod +x /opt/act_runner/install.sh
|
||||
/opt/act_runner/install.sh
|
||||
|
||||
- name: Install Node.js for Checkout Action
|
||||
run: |
|
||||
pacman -S --noconfirm nodejs npm
|
||||
|
||||
- name: Check out Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user